IEnumDiskQuotaUsers::Skip method (dskquota.h)
Skips over the specified number of user quota entries that are next in the enumeration sequence.
Syntax
HRESULT Skip(
[in] DWORD cUsers
);
Parameters
[in] cUsers
The number of elements to be skipped.
Return value
The return value is S_OK if the number of elements skipped is cUsers; otherwise, the return value is S_FALSE.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | dskquota.h |
DLL | Dskquota.dll |