RESOURCEMANAGER_INFORMATION_CLASS enumeration (wdm.h)
The RESOURCEMANAGER_INFORMATION_CLASS enumeration identifies the type of information that the ZwQueryInformationResourceManager routine can retrieve for a resource manager object.
C++
typedef enum _RESOURCEMANAGER_INFORMATION_CLASS {
ResourceManagerBasicInformation,
ResourceManagerCompletionInformation
} RESOURCEMANAGER_INFORMATION_CLASS;
ResourceManagerBasicInformation Information about a resource manager object is stored in a RESOURCEMANAGER_BASIC_INFORMATION structure. |
ResourceManagerCompletionInformation Information about a resource manager object is stored in a RESOURCEMANAGER_COMPLETION_INFORMATION structure. |
Requirement | Value |
---|---|
Minimum supported client | Available in Windows Vista and later operating system versions. |
Header | wdm.h (include Wdm.h, Ntddk.h, Ntifs.h) |
RESOURCEMANAGER_BASIC_INFORMATION