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.
Creates another enumerator of user quota entries that contains the same enumeration state as the current one. Using this method, a client can record a particular point in the enumeration sequence, and then return to that point at a later time. The new enumerator supports the same interface as the original one.
Syntax
HRESULT Clone(
[out] IEnumDiskQuotaUsers **ppEnum
);
Parameters
[out] ppEnum
A pointer to the IEnumDiskQuotaUsers interface pointer. If the method is unsuccessful, the value of this variable is undefined.
Return value
This method returns one of the following values.
Return code | Description |
---|---|
|
The ppEnum parameter is NULL. |
|
Insufficient memory. |
|
An unexpected exception occurred. |
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 |