2.2.1.3.8 VDS_MOUNT_POINT_NOTIFICATION

The VDS_MOUNT_POINT_NOTIFICATION structure provides information about a mount point change notification.

 typedef struct _VDS_MOUNT_POINT_NOTIFICATION {
   unsigned long ulEvent;
   VDS_OBJECT_ID volumeId;
 } VDS_MOUNT_POINT_NOTIFICATION;

ulEvent: Determines the mount point event for which an application will be notified; it MUST be the following value.

Value

Meaning

VDS_NF_MOUNT_POINTS_CHANGE

0x000000CD

The mount point changed.

volumeId: The VDS object ID of the volume object containing the mount point that triggered the event.