GUID_DEVINTERFACE_DISK (Constants)
Last changed: 94.229.131.27

.
Summary
Used with SetupDiGetClassDevs to search for all devices that match a Disk Interface

C# Constants:

const string GUID_DEVINTERFACE_DISK = "53f56307-b6bf-11d0-94f2-00a0c91efb8b";

VB Constants:

TODO

Notes:

Guid DiskGUID = new Guid(GUID_DEVINTERFACE_DISK);