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.
This method skips over the specified number of elements.
Syntax
Parameters
celt
[in] Number of elements to skip.
Return Value
If successful, returns S_OK. Returns S_FALSE if celt is greater than the number of remaining elements; otherwise, returns an error code.
Remarks
If celt specifies a value greater than the number of remaining elements, the enumeration is set to the end and S_FALSE is returned.