Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
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. |
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