|
|
|
IEnumCodePage Interface |
|
IID_IEnumCodePage |
{275C23E3-3747-11D0-9FEA-00AA003F8646} |
|
A client uses this interface to obtain information about many code pages at once or to determine which code pages fit a certain flag.
Remarks
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IEnumCodePage Methods |
Description |
|
Clone |
Not currently implemented. |
|
Next |
Retrieves an array of MIMECPINFO structures for the specified number of code pages. |
|
Reset |
Resets the Code Page Enumeration Object to the beginning of the enumeration sequence. |
|
Skip |
Advances the position of the Code Page Enumeration Object in the enumeration sequence by the specified amount. |
|
Clone |
|
FUNCTION
IEnumCodePage_Clone ( _ CALL DWORD @@pthis[3] USING IEnumCodePage_Clone (pthis, ppenum) TO HRESULT
FUNCTION = HRESULT |
|
Next |
|
FUNCTION
IEnumCodePage_Next ( _ |
|
Reset |
|
FUNCTION
IEnumCodePage_Reset ( _
CALL DWORD @@pthis[5]
USING IEnumCodePage_Reset (pthis) TO
HRESULT |
|
Skip |
|
FUNCTION
IEnumCodePage_Skip ( _
|
Page last updated on Monday, 03 April 2006 19:51:48 +0200