GUID_DEVINTERFACE_DISK
The GUID_DEVINTERFACE_DISK device interface class is defined for hard disk storage devices.
Attribute | Setting |
---|---|
Identifier |
GUID_DEVINTERFACE_DISK |
Class GUID |
{53F56307-B6BF-11D0-94F2-00A0C91EFB8B} |
Remarks
The system-supplied storage class drivers register an instance of GUID_DEVINTERFACE_DISK for a hard disk storage device.
The storage samples in the WDK include the disk class driver sample and the Addfilter Storage Filter Tool. The disk class driver sample uses the obsolete identifier DiskClassGuid to register instances of the GUID_DEVINTERFACE_DISK device interface class. The sample Addfilter application uses DiskClassGuid to enumerate instances of GUID_DEVINTERFACE_DISK device interface class.
For information about storage drivers, see Storage Drivers.
Requirements
Header |
Ntddstor.h (include Ntddstor.h) |