// wdm.h
typedef enum _RESOURCEMANAGER_INFORMATION_CLASS {
ResourceManagerBasicInformation,
ResourceManagerCompletionInformation
} RESOURCEMANAGER_INFORMATION_CLASS;
View the official Windows Driver Kit DDI referenceNo description available.
The RESOURCEMANAGER_INFORMATION_CLASS enumeration identifies the type of information that the ZwQueryInformationResourceManager routine can retrieve for a resource manager object.
ResourceManagerBasicInformationInformation about a resource manager object is stored in a RESOURCEMANAGER_BASIC_INFORMATION structure.
ResourceManagerCompletionInformationInformation about a resource manager object is stored in a RESOURCEMANAGER_COMPLETION_INFORMATION structure.
RESOURCEMANAGER_BASIC_INFORMATION
RESOURCEMANAGER_COMPLETION_INFORMATION
ZwQueryInformationResourceManager