|
|
|
IEnumOLEVERB Interface |
|
IID_IEnumOLEVERB |
{00000105-0000-0000-C000-000000000046} |
|
The IEnumOLEVERB interface enumerates the different verbs available for an object in order of ascending verb number. An enumerator that implements the IEnumOLEVERB interface is returned by IOleObject::EnumVerbs. IEnumOLEVERB has the same methods as all enumerator interfaces: Next, Skip, Reset, and Clone.
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IEnumOLEVERB Methods |
Description |
|
Next |
Retrieves a specified number of items in the enumeration sequence. |
|
Skip |
Skips over a specified number of items in the enumeration sequence. |
|
Reset |
Resets the enumeration sequence to the beginning. |
|
Clone |
Creates another enumerator that contains the same enumeration state as the current one. |
|
Next |
|
FUNCTION IEnumOLEVERB_Next ( _ BYVAL pthis AS DWORD PTR _ , BYVAL celt AS DWORD _ , BYVAL rgelt AS DWORD _ , BYVAL pceltFetched AS DWORD _
) AS
LONG
|
|
Skip |
|
FUNCTION IEnumOLEVERB_Skip ( _ BYVAL pthis AS DWORD PTR _ , BYVAL celt AS DWORD _
) AS LONG
|
|
Reset |
|
FUNCTION IEnumOLEVERB_Reset ( _ BYVAL pthis AS DWORD PTR _
) AS LONG
|
|
Clone |
|
FUNCTION IEnumOLEVERB_Clone ( _ BYVAL pthis AS DWORD PTR _ , BYREF ppenum AS DWORD _
) AS LONG
|
Page last updated on Monday, 03 April 2006 20:29:41 +0200