Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Instructs the enumerator to skip the next celt elements in the enumeration so that the next call to Next will not return those elements.
HRESULT Skip( [in] ULONG celt);
Parameters
celt
[in] Number of elements to be skipped.
Property Value/Return Value
HRESULT: S_OK if the number of elements supplied is celt; S_FALSE otherwise.