VDS_MOUNT_POINT_NOTIFICATION structure (vds.h)
[Beginning with Windows 8 and Windows Server 2012, the Virtual Disk Service COM interface is superseded by the Windows Storage Management API.]
Represents notification information that was returned by the basic or dynamic software provider because a drive letter or volume GUID path changed.
typedef struct _VDS_MOUNT_POINT_NOTIFICATION {
ULONG ulEvent;
VDS_OBJECT_ID volumeId;
} VDS_MOUNT_POINT_NOTIFICATION;
ulEvent
Determines the event for which an application will be notified, as the following value.
volumeId
The GUID of the volume object associated with the drive letter or volume GUID path that triggered the event.
The VDS_NOTIFICATION structure includes this structure as a member.
An application can receive these event notifications by implementing the IVdsAdviseSink interface and passing the interface pointer as an argument to the IVdsService::Advise method.
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | vds.h |