Platform SDK: Files and I/O

IDiskQuotaEvents::OnUserNameChanged

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 account container name, logon name, and display 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.

Requirements

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

See Also

File Systems Overview, File System Interfaces, IDiskQuotaEvents