IDiskQuotaEvents::OnUserNameChanged

[This is preliminary documentation and subject to change.]

Notifies the client's connection sink whenever a user's SID has been asynchronously resolved. If IDiskQuotaUser::GetAccountStatus returns DISKQUOTA_USER_ACCOUNT_RESOLVED, the user's domain, account, and full name strings are available in the quota user object.

HRESULT OnUserNameChanged(
  PDISKQUOTA_USER pUser
);
 

Parameters

pUser
Pointer to the IDiskQuotaUser interface for the quota user object. It is not necessary to call Release on this pointer. The DiskQuotaControl object controls the lifetime of the user object.

Return Values

The return value is ignored.

QuickInfo

  Windows NT: Requires version 5.0 or later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in dskquota.h.

See Also

File Systems Overview, File System Interfaces, IDiskQuotaEvents