MimeOleFindCharset function

Do not use. On success, finds handle of specified character set.

Syntax

HRESULT MimeOleFindCharset(
  _In_  LPCSTR     pszCharset,
  _Out_ LPHCHARSET phCharset
);

Parameters

pszCharset [in]

Type: LPCSTR

Specifies a null-terminated string containing the desired character set.

phCharset [out]

Type: LPHCHARSET

Returns a handle to the specified character set.

Return value

Type: HRESULT

Returns one of the following values.

Return code Description
S_OK
Indicates success.
E_INVALIDARG
Indicates that pointer argument is NULL.

Requirements

Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Product
Outlook Express 6.0
Header
Mimeole.h
Library
Inetcomm.lib
DLL
Inetcomm.dll (version 6.0 or later)