GUID_DEVINTERFACE_VOLUME

The GUID_DEVINTERFACE_VOLUME device interface class is defined for volume devices.

Attribute Setting

Identifier

GUID_DEVINTERFACE_VOLUME

Class GUID

{53F5630D-B6BF-11D0-94F2-00A0C91EFB8B}

Remarks

The system-supplied storage class drivers register instances of GUID_DEVINTERFACE_VOLUME to notify the operating system and applications of the presence of volume devices. The mount manager uses the Plug and Play (PnP) device interface notification mechanism to signal the arrival or removal of a volume interface.

The storage samples in the WDK include an Addfilter Storage Filter Tool that uses the obsolete identifier VolumeClassGuid to enumerate instances of the GUID_DEVINTERFACE_VOLUME device interface class.

For more information about storage drivers, see Storage Drivers and Supporting Mount Manager Requests in a Storage Class Driver.

Requirements

Header

Ntddstor.h (include Ntddstor.h)

See also

VolumeClassGuid