Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Skips the specified number of elements.
Syntax
HRESULT Skip(
[in] ULONG celt
);
Parameters
[in] celt
Type: ULONG
The number of elements to skip.
Return value
Type: HRESULT
Returns S_OK if successful, S_FALSE if there were not enough items left in the enumeration to skip, or an error value.
Remarks
Moves the internal counter a specified number of elements forward so that a subsequent call to IEnumSearchScopeRules::Next starts from that number.
Windows 7 and later: Check out the CrawlScopeCommandLine code sample to see how to define command line options for Crawl Scope Manager (CSM) indexing operations.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP with SP2, Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 with SP1 [desktop apps only] |
Target Platform | Windows |
Header | searchapi.h |