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 |
---|---|
|
Indicates success. |
|
Indicates that hCharset or pCsetInfo is NULL. |
|
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 |
|
Library |
|
DLL |
|