IOCTL_STORAGE_GET_DEVICE_NUMBER (Constants)
Last changed: -94.229.131.27

.
Summary
Used with DeviceIoControl and STORAGE_DEVICE_NUMBER to get a unique device number for a storage device

C# Constants:

const int IOCTL_STORAGE_GET_DEVICE_NUMBER = 0x2D1080;

VB Constants:

Const IOCTL_STORAGE_GET_DEVICE_NUMBER As Integer = &H2D1080

Notes:

None.