|
|
|
IEnumRfc1766 Interface |
|
IID_IEnumRfc1766 |
{3DC39D1D-C030-11D0-B81B-00C04FC9B31F} |
|
This interface creates a list of all locale identifiers (LCIDs) in the MIME database.
Remarks
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IEnumRfc1766 Methods |
Description |
|
Clone |
Not currently implemented. |
|
Next |
Retrieves information about the specified number of locales in an array of RFC1766INFO structures. |
|
Reset |
Resets the Locale Enumeration Object to the beginning of the enumeration sequence. |
|
Skip |
Advances the position of the Locale Enumeration Object in the enumeration sequence by the specified amount. |
|
Clone |
|
FUNCTION
IEnumRfc1766_Clone ( _ CALL DWORD @@pthis[3] USING IEnumRfc1766_Clone (pthis, ppenum) TO HRESULT
FUNCTION = HRESULT |
|
Next |
|
FUNCTION
IEnumRfc1766_Next ( _ |
|
Reset |
|
FUNCTION
IEnumRfc1766_Reset ( _
CALL DWORD @@pthis[5]
USING IEnumRfc1766_Reset (pthis) TO
HRESULT |
|
Skip |
|
FUNCTION
IEnumRfc1766_Skip ( _
|
Page last updated on Monday, 03 April 2006 19:52:00 +0200