Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Skips a specified number of DebugPropertyInfo structures in an enumeration sequence.
Syntax
HRESULT Skip(
ULONGcelt
);
Parameters
celt
[in] The number of DebugPropertyInfo 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
IEnumDebugPropertyInfo Interface
DebugPropertyInfo Structure