IEnumTfRenderingMarkup::Skip method
The IEnumTfRenderingMarkup::Skip method obtains, from the current position, the specified number of elements in the enumeration sequence.
Syntax
HRESULT Skip(
[in] ULONG ulCount
);
Parameters
-
ulCount [in]
-
[in] Specifies the number of elements to skip.
Return value
This method can return one of these values.
Value | Description |
---|---|
|
The method was successful. |
|
The method reached the end of the enumeration before the specified number of elements could be skipped. |
Remarks
Note
This method is not currently in the public header files. To use this API, you must MIDL-compile the prototype.