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.
The Skip method skips the specified number of STATPROPSTG structures in the enumeration sequence.
Syntax
HRESULT Skip(
ULONG celt
);
Parameters
celt
The number of STATPROPSTG structures to skip.
Return value
This method supports the following return values:
Remarks
A positive value for the celt parameter skips forward in the STATPROPSTG structure enumeration. A negative value for the celt parameter skips backward in the STATPROPSTG structure enumeration.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps | UWP apps] |
| Minimum supported server | Windows 2000 Server [desktop apps | UWP apps] |
| Target Platform | Windows |
| Header | propidl.h (include Propidl.h) |
| Library | Uuid.lib |
| DLL | Ole32.dll |