Share via


MimeOleGetCodePageInfo function

Do not use. Returns a specified CODEPAGEINFO struct.

Syntax

HRESULT MimeOleGetCodePageInfo(
  _In_  CODEPAGEID     cpiCodePage,
  _Out_ LPCODEPAGEINFO pCodePageInfo
);

Parameters

cpiCodePage [in]

Type: CODEPAGEID

Specifies a code page. See CODEPAGEID.

pCodePageInfo [out]

Type: LPCODEPAGEINFO

Returns a pointer to a CODEPAGEINFO.

Return value

Type: HRESULT

Returns one of the following values.

Return code Description
S_OK
Indicates success.
E_INVALIDARG
Indicates that pCodePageInfo 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)