NtSetInformationResourceManager function (wdm.h)
The ZwSetInformationResourceManager routine is not used.
__kernel_entry NTSYSCALLAPI NTSTATUS NtSetInformationResourceManager(
HANDLE ResourceManagerHandle,
RESOURCEMANAGER_INFORMATION_CLASS ResourceManagerInformationClass,
PVOID ResourceManagerInformation,
ULONG ResourceManagerInformationLength
);
ResourceManagerHandle
Not used.
ResourceManagerInformationClass
Not used.
ResourceManagerInformation
Not used.
ResourceManagerInformationLength
Not used.
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