//IntPtr resultPtr is obtained from Kernel32.DeviceIoControl with IOCTL_STORAGE_QUERY_PROPERTY control code
Used with DeviceIoControl with control flag IOCTL_STORAGE_QUERY_PROPERTY.
const int IOCTL_STORAGE_QUERY_PROPERTY = 0x2D1400;