13.07.2015 Views

[MS-VDS]: Virtual Disk Service (VDS) Protocol Specification

[MS-VDS]: Virtual Disk Service (VDS) Protocol Specification

[MS-VDS]: Virtual Disk Service (VDS) Protocol Specification

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

2.2.1.3.5 <strong>VDS</strong>_PARTITION_NOTIFICATIONThe <strong>VDS</strong>_PARTITION_NOTIFICATION structure provides information about a partitionnotification.typedef struct _<strong>VDS</strong>_PARTITION_NOTIFICATION {unsigned long ulEvent;<strong>VDS</strong>_OBJECT_ID diskId;ULONGLONG ullOffset;} <strong>VDS</strong>_PARTITION_NOTIFICATION;ulEvent: Determines the partition event for which an application will be notified; it MUST be oneof the following values.Value<strong>VDS</strong>_NF_PARTITION_ARRIVE0x0000000B<strong>VDS</strong>_NF_PARTITION_DEPART0x0000000C<strong>VDS</strong>_NF_PARTITION_MODIFY0x0000000DMeaningA new partition is visible to the operating system.An existing partition is no longer visible to the operating system.An existing partition changed.diskId: The <strong>VDS</strong> object ID of the disk object containing the partition that triggered the event.ullOffset: The byte offset of the partition from the beginning of the disk.2.2.1.3.6 <strong>VDS</strong>_DRIVE_LETTER_NOTIFICATIONThe <strong>VDS</strong>_DRIVE_LETTER_NOTIFICATION structure provides information about a drive letternotification.typedef struct _<strong>VDS</strong>_DRIVE_LETTER_NOTIFICATION {unsigned long ulEvent;WCHAR wcLetter;<strong>VDS</strong>_OBJECT_ID volumeId;} <strong>VDS</strong>_DRIVE_LETTER_NOTIFICATION;ulEvent: Determines the drive-letter event for which an application will be notified; it MUST beone of the following values.Value<strong>VDS</strong>_NF_DRIVE_LETTER_FREE0x000000C9<strong>VDS</strong>_NF_DRIVE_LETTER_ASSIGN0x000000CAMeaningThe drive letter is no longer in use.The drive letter has been assigned to a volume.45 / 360[<strong>MS</strong>-<strong>VDS</strong>] — v20110610<strong>Virtual</strong> <strong>Disk</strong> <strong>Service</strong> (<strong>VDS</strong>) <strong>Protocol</strong> <strong>Specification</strong>Copyright © 2011 Microsoft Corporation.Release: Friday, June 10, 2011

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!