Platform SDK: Files and I/O

IDiskQuotaUser::GetID

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.

HRESULT GetID(
  ULONG *pulID
);

Parameters

pulID
Pointer to the name strings associated with the disk quota user.

Return Values

This method returns NOERROR.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Unsupported.
  Header: Declared in Dskquota.h.

See Also

File Systems Overview, File System Interfaces, IDiskQuotaUser