Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "IOCTL_STORAGE_GET_DEVICE_NUMBER" in [All]

Structures

.
Summary
Used with IOCTL_STORAGE_GET_DEVICE_NUMBER to get a unique number of a storage device
.

public const int IOCTL_STORAGE_GET_DEVICE_NUMBER = 0x2D1080;

.

     if (DeviceIoControl(h, IOCTL_STORAGE_GET_DEVICE_NUMBER, IntPtr.Zero, 0, ptrSdn, nBytes, out requiredSize, IntPtr.Zero))

Constants

.

const int IOCTL_STORAGE_GET_DEVICE_NUMBER = 0x2D1080;

.

Const IOCTL_STORAGE_GET_DEVICE_NUMBER As Integer = &H2D1080


 
Access PInvoke.net directly from VS: