DEVICE_DIRECTORY_TYPE enumeration (wdm.h)

Defines values for the type of directory used by the driver to load and store files specific to a device instance. This enumeration is used by the IoGetDeviceDirectory function.

Syntax

typedef enum _DEVICE_DIRECTORY_TYPE {
  DeviceDirectoryData
} DEVICE_DIRECTORY_TYPE, *PDEVICE_DIRECTORY_TYPE;

Constants

 
DeviceDirectoryData
The requested directory is a general-purpose directory in which the driver stores files, specific to a device instance.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1803
Header wdm.h

See also

IoGetDeviceDirectory