// wdm.h
typedef enum _DEVICE_DIRECTORY_TYPE {
DeviceDirectoryData
} DEVICE_DIRECTORY_TYPE, *PDEVICE_DIRECTORY_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
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.
DeviceDirectoryDataThe requested directory is a general-purpose directory in which the driver stores files, specific to a device instance.