|
|
|
IMLangCodePages Interface |
|
IID_IMLangCodePages |
{359F3443-BD4A-11D0-B188-00AA0038C969} |
|
This interface provides the foundation of the IMLangFontLink interface and implements methods for working with code pages.
Remarks
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IMLangCodePages Methods |
Description |
|
GetCharCodePages |
Retrieves the set of code pages to which the given Unicode character belongs. |
|
GetStrCodePages |
Retrieves the set of code pages to which the Unicode characters in the given string belong. |
|
CodePageToCodePages |
Translates the given code page identifier value into the corresponding entry in a set of code pages. |
|
CodePagesToCodePage |
Retrieves the identifier value for a code page in the given set of code pages. |
|
GetCharCodePages |
|
FUNCTION
IMLangCodePages_GetCharCodePages ( _ CALL DWORD @@pthis[3] USING IMLangCodePages_GetCharCodePages (pthis, chSrc, pdwCodepages) TO HRESULT
FUNCTION = HRESULT |
|
GetStrCodePages |
|
FUNCTION
IMLangCodePages_GetStrCodePages ( _ CALL DWORD @@pthis[4] USING IMLangCodePages_GetStrCodePages (pthis, pszSrc, cchSrc, dwPriorityCodePages, pdwCodePages, pcchCodePages) TO HRESULT
FUNCTION = HRESULT
|
|
CodePageToCodePages |
|
FUNCTION
IMLangCodePages_CodePageToCodePages ( _ CALL DWORD @@pthis[5] USING IMLangCodePages_CodePageToCodePages (pthis, uCodePage, pdwCodePages) TO HRESULT
FUNCTION = HRESULT
|
|
CodePagesToCodePage |
|
FUNCTION
IMLangCodePages_CodePagesToCodePage ( _ CALL DWORD @@pthis[6] USING IMLangCodePages_CodePagesToCodePage (pthis, dwCodePages, uDefaultCodePage, puCodePage) TO HRESULT
FUNCTION = HRESULT
|
Page last updated on Monday, 03 April 2006 20:01:16 +0200