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 a specified number of ExtendedDebugPropertyInfo structures in an enumeration sequence.
Syntax
HRESULT Skip(
ULONG celt
);
Parameters
celt
[in] The number of ExtendedDebugPropertyInfo structures in the enumeration sequence to skip.
Return Value
Returns a valid HRESULT, typically S_OK. Returns S_FALSE and sets the current element pointer to the end of the enumeration if celt is greater than the number of elements left in the enumerator.
See also
IEnumDebugExtendedPropertyInfo Interface
ExtendedDebugPropertyInfo Structure