IEnumPluggableSuperclassInfo::Skip method (tapi3if.h)
The Skip method skips over the next specified number of elements in the enumeration sequence. This method is hidden from Visual Basic and scripting languages.
HRESULT Skip(
[in] ULONG celt
);
[in] celt
Number of elements to skip.
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. |
Requirement | Value |
---|---|
Target Platform | Windows |
Header | tapi3if.h (include Tapi3.h) |
Library | Uuid.lib |
DLL | Tapi3.dll |