2.2.1.3.3 VDS_DISK_NOTIFICATION

The VDS_DISK_NOTIFICATION structure provides information about a disk notification.

 typedef struct _VDS_DISK_NOTIFICATION {
   unsigned long ulEvent;
   VDS_OBJECT_ID diskId;
 } VDS_DISK_NOTIFICATION;

ulEvent: The type of disk notification; it MUST be one of the following values.

Value

Meaning

VDS_NF_DISK_ARRIVE

0x00000008

The disk has become visible to the operating system.

VDS_NF_DISK_DEPART

0x00000009

The disk is no longer visible to the operating system.

VDS_NF_DISK_MODIFY

0x0000000A

The disk or its properties were modified.

diskId: The VDS object ID of the disk object to which the notification refers.