|
|
|
IEnumTravelLogEntry Interface |
|
IID_IEnumTravelLogEntry |
{7EBFDD85-AD18-11d3-A4C5-00C04F72D6B8} |
|
This interface
provides methods necessary to perform a travel log enumeration. |
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IEnumTravelLogEntry Methods |
Description |
|
Next |
Retrieves the next items in the enumeration sequence. |
|
Skip |
Skips over the next specified number of elements. |
|
Reset |
Resets the enumeration sequence. |
|
Clone |
Creates a copy of the current state of enumeration. |
|
Next |
|
FUNCTION
IEnumTravelLogEntry_Next ( _ |
|
Skip |
|
FUNCTION
IEnumTravelLogEntry_Skip ( _
|
|
Reset |
|
FUNCTION
IEnumTravelLogEntry_Reset ( _
CALL DWORD @@pthis[5]
USING IEnumTravelLogEntry_Reset (pthis)
TO HRESULT |
|
Clone |
|
FUNCTION
IEnumTravelLogEntry_Clone ( _ CALL DWORD @@pthis[6] USING IEnumTravelLogEntry_Clone (pthis, ppenum) TO HRESULT
FUNCTION = HRESULT |
Page last updated on Monday, 03 April 2006 19:52:41 +0200