IDiskQuotaEvents interface (dskquota.h)

A client must implement the IDiskQuotaEvents interface as an event sink that receives the quota-related event notifications. Its methods are called by the system whenever significant quota events have occurred. Currently, the only event supported is the asynchronous resolution of user account name information.

Inheritance

The IDiskQuotaEvents interface inherits from the IUnknown interface. IDiskQuotaEvents also has these types of members:

Methods

The IDiskQuotaEvents interface has these methods.

 
IDiskQuotaEvents::OnUserNameChanged

Notifies the client's connection sink whenever a user's SID has been asynchronously resolved.

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

See also

Disk Management Interfaces

Disk Quotas