IDiskQuotaUser::GetID method (dskquota.h)

Retrieves a unique identifier (ID) number for the DiskQuotaUser object. This ID is unique only within the process. It can be used to identify a user object in a set of user objects if the programming language you are using does not support pointers.

Syntax

HRESULT GetID(
  [out] ULONG *pulID
);

Parameters

[out] pulID

The name strings associated with the disk quota user.

Return value

This method returns S_OK.

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

See also

Disk Management Interfaces

Disk Quotas

IDiskQuotaUser