|
|
|
IEnumExtraSearch Interface |
|
IID_IEnumExtraSearch |
{0E700BE1-9DB6-11D1-A1CE-00C04FD75D13} |
|
The IEnumExtraSearch interface is a standard OLE enumerator that is used by a client to determine the available search objects for a folder.
Remarks
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IEnumExtraSearch Methods |
Description |
|
Next |
Used to request information on one or more search objects. |
|
Skip |
Skip past a specified number of objects. |
|
Reset |
Used to reset the enumeration index to zero. |
|
Clone |
Used to request a duplicate of the enumerator object to preserve its current state. |
|
Next |
|
FUNCTION
IEnumExtraSearch_Next ( _ |
|
Skip |
|
FUNCTION
IEnumExtraSearch_Skip ( _
|
|
Reset |
|
FUNCTION
IEnumExtraSearch_Reset ( _
CALL DWORD @@pthis[5]
USING IEnumExtraSearch_Reset (pthis) TO
HRESULT |
|
Clone |
|
FUNCTION
IEnumExtraSearch_Clone ( _ CALL DWORD @@pthis[6] USING IEnumExtraSearch_Clone (pthis, ppenum) TO HRESULT
FUNCTION = HRESULT |
Page last updated on Monday, 03 April 2006 20:39:25 +0200