2.2.1.3.2 VDS_PACK_NOTIFICATION

The VDS_PACK_NOTIFICATION structure provides information about a pack notification.

 typedef struct _VDS_PACK_NOTIFICATION {
   unsigned long ulEvent;
   VDS_OBJECT_ID packId;
 } VDS_PACK_NOTIFICATION;

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

Value

Meaning

VDS_NF_PACK_ARRIVE

0x00000001

The pack was newly created.

VDS_NF_PACK_DEPART

0x00000002

The pack was deleted.

VDS_NF_PACK_MODIFY

0x00000003

The pack was modified.

packId: The VDS object ID of the pack object to which the notification refers.