IEnumExtraSearch::Next method
Used to request information on one or more search objects.
Syntax
HRESULT Next(
[in] ULONG celt,
[out] EXTRASEARCH *rgelt,
[out] ULONG *pceltFetched
);
Parameters
- celt [in]
-
Type: ULONG
The number of search objects to be enumerated, starting from the current object. If celt is too large, the method should stop and return the actual number of search objects in pceltFetched.
- rgelt [out]
-
Type: EXTRASEARCH*
A pointer to an array of pceltFetched EXTRASEARCH structures containing information on the enumerated objects.
- pceltFetched [out]
-
Type: ULONG*
The number of objects actually enumerated. This may be less than celt.
Return value
Type: HRESULT
Returns S_OK if successful, or a COM-defined error code otherwise.
Requirements
|
Minimum supported client |
Windows 2000 Professional, Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
IDL |
|
|
DLL |
|
Show: