RESOURCEMANAGER_INFORMATION_CLASS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdm.h

typedef enum _RESOURCEMANAGER_INFORMATION_CLASS {
  ResourceManagerBasicInformation,
  ResourceManagerCompletionInformation
} RESOURCEMANAGER_INFORMATION_CLASS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-wdm-_resourcemanager_information_class)

_RESOURCEMANAGER_INFORMATION_CLASS enumeration

Description

The RESOURCEMANAGER_INFORMATION_CLASS enumeration identifies the type of information that the ZwQueryInformationResourceManager routine can retrieve for a resource manager object.

Constants

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.

See also

RESOURCEMANAGER_BASIC_INFORMATION

RESOURCEMANAGER_COMPLETION_INFORMATION

ZwQueryInformationResourceManager