Not
Bu sayfaya erişim yetkilendirme gerektiriyor. Oturum açmayı veya dizinleri değiştirmeyi deneyebilirsiniz.
Bu sayfaya erişim yetkilendirme gerektiriyor. Dizinleri değiştirmeyi deneyebilirsiniz.
The Skip method skips over the next specified number of elements in the enumeration sequence.
Syntax
HRESULT Skip(
[in] ULONG celt
);
Parameters
[in] celt
Number of elements to skip.
Return value
This method can return one of these values.
| Return code | Description |
|---|---|
|
Number of elements skipped was celt. |
|
Number of elements skipped was not celt. |
|
Insufficient memory exists to perform the operation. |
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | tapi3cc.h (include Tapi3.h) |
| Library | Uuid.lib |
| DLL | Tapi3.dll |