Поделиться через


IOlkEnum::Skip

Skips a specified number of accounts in the enumerator.

Quick Info

See IOlkEnum.

HRESULT IOlkEnum::Skip(  
    DWORD cSkip 
);

Parameters

  • cSkip
    [in] The number of accounts to be skipped.

Return Values

S_OK if the call succeeded; otherwise, an error code.

See also

IOlkEnum::GetCount
IOlkEnum::GetNext
IOlkEnum::Reset