Share via


MimeOleGetCharsetInfo function

Do not use. Gets information about the specified character set.

Syntax

HRESULT MimeOleGetCharsetInfo(
  _In_  HCHARSET       hCharset,
  _Out_ LPINETCSETINFO pCsetInfo
);

Parameters

hCharset [in]

Type: HCHARSET

Specifies the handle of the character set.

pCsetInfo [out]

Type: LPINETCSETINFO

Receives a pointer to an INETCSETINFO structure that contains information about the character set.

Return value

Type: HRESULT

Returns one of the following values.

Return code Description
S_OK
Indicates success.
E_INVALIDARG
Indicates that hCharset or pCsetInfo is NULL.
MIME_E_INVALID_HANDLE
Indicates that hCharset is an invalid handle.

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)