This topic has not yet been rated - Rate this topic

IMLangConvertCharset::GetDestinationCodePage method

Gets the identifier value of the destination code page of the Conversion object.

Syntax


HRESULT GetDestinationCodePage(
  [out]  UINT *puiDstCodePage
);

Parameters

puiDstCodePage [out]

A pointer to an unsigned integer that receives the code page identifier value.

Return value

Returns S_OK if successful, or an error value otherwise.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mlang.h

IDL

Mlang.idl

DLL

Mlang.dll

See also

IMLangConvertCharset
Reference
GetSourceCodePage
Initialize
CreateConvertCharset

 

 

Build date: 9/6/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.