VDS_MOUNT_POINT_NOTIFICATION structure (vdshwprv.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.
Syntax
typedef struct _VDS_MOUNT_POINT_NOTIFICATION {
ULONG ulEvent;
VDS_OBJECT_ID volumeId;
} VDS_MOUNT_POINT_NOTIFICATION;
Members
ulEvent
Determines the event for which an application will be notified, as the following value.
Value | Meaning |
---|---|
|
The drive letter or volume GUID path changed. |
volumeId
The GUID of the volume object associated with the drive letter or volume GUID path that triggered the event.
Remarks
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | vdshwprv.h |