ZwSetInformationResourceManager function (wdm.h)
The ZwSetInformationResourceManager routine is not used.
NTSYSCALLAPI NTSTATUS ZwSetInformationResourceManager(
HANDLE ResourceManagerHandle,
RESOURCEMANAGER_INFORMATION_CLASS ResourceManagerInformationClass,
PVOID ResourceManagerInformation,
ULONG ResourceManagerInformationLength
);
ResourceManagerHandle
ResourceManagerInformationClass
ResourceManagerInformation
ResourceManagerInformationLength
This function does not return a value.
NtSetInformationResourceManager and ZwSetInformationResourceManager are two versions of the same Windows Native System Services routine.
For calls from kernel-mode drivers, the NtXxx and ZwXxx versions of a Windows Native System Services routine can behave differently in the way that they handle and interpret input parameters. For more information about the relationship between the NtXxx and ZwXxx versions of a routine, see Using Nt and Zw Versions of the Native System Services Routines.
Requirement | Value |
---|---|
Target Platform | Windows |
Header | wdm.h |
Using Nt and Zw Versions of the Native System Services Routines