Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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.

Syntax

typedef enum _RESOURCEMANAGER_INFORMATION_CLASS {
 ResourceManagerBasicInformation,
 ResourceManagerCompletionInformation
} RESOURCEMANAGER_INFORMATION_CLASS;

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.

Requirements

Requirement Value
Minimum supported client Available in Windows Vista and later operating system versions.
Header wdm.h (include Wdm.h, Ntddk.h, Ntifs.h)

See also

RESOURCEMANAGER_BASIC_INFORMATION

RESOURCEMANAGER_COMPLETION_INFORMATION

ZwQueryInformationResourceManager


Feedback

Was this page helpful?

Additional resources