MimeOleGetDefaultCharset function

Do not use. Returns the default charset.

Syntax

HRESULT MimeOleGetDefaultCharset(
  _Out_ LPHCHARSET phCharset
);

Parameters

phCharset [out]

Type: LPHCHARSET

Receives the handle of the default character set.

Return value

Type: HRESULT

Returns one of the following values.

Return code Description
S_OK
Indicates success.
E_FAIL
Indicates that phCharset has not yet been set.
E_INVALIDARG
Indicates that phCharset 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)