Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method provides the implementation of the IEnumXXXX::Skip method.
STDMETHOD(Skip)(
ULONG celt
);
Parameters
- celt
[in] The number of elements to skip.
Return Value
A standard HRESULT value.
Remarks
Returns E_INVALIDARG if celt is zero, returns S_FALSE if less than celt elements are returned, returns S_OK otherwise.
Requirements
Header: atlcom.h