IMultiLanguage2::SetMimeDBSource method

Sets the MIME database to be used by MLang.

Syntax

HRESULT SetMimeDBSource(
  [in] MIMECONTF dwSource
);

Parameters

dwSource [in]

A MIMECONTF value that indicates which MIME database to use. This can be one of the following values.

MIMECONTF_MIME_IE4

MIMECONTF_MIME_LATEST

MIMECONTF_MIME_REGISTRY

Return value

Returns S_OK if successful, or an error value otherwise.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mlang.h

IDL

Mlang.idl

DLL

Mlang.dll

See also

IMultiLanguage2