[This is preliminary documentation and subject to change.]
Retrieves the name strings associated with a disk quota user.
HRESULT GetName(
LPWSTR pszDomain,
DWORD cchDomain,
LPWSTR pszName,
DWORD cchName,
LPWSTR pszFullName,
DWORD cchFullName
);
This method returns one of the following values.
Value | Meaning |
---|---|
S_OK | Success. |
DQC_E_LOCK_FAILED | Failure to obtain an exclusive lock. |
Windows NT: Requires version 5.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in dskquota.h.
File Systems Overview, File System Interfaces, IDiskQuotaUser