NtSetInformationResourceManager function (wdm.h)
The ZwSetInformationResourceManager routine is not used.
Syntax
__kernel_entry NTSYSCALLAPI NTSTATUS NtSetInformationResourceManager(
HANDLE ResourceManagerHandle,
RESOURCEMANAGER_INFORMATION_CLASS ResourceManagerInformationClass,
PVOID ResourceManagerInformation,
ULONG ResourceManagerInformationLength
);
Parameters
ResourceManagerHandle
Not used.
ResourceManagerInformationClass
Not used.
ResourceManagerInformation
Not used.
ResourceManagerInformationLength
Not used.
Return value
This function does not return a value.
Remarks
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.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | wdm.h |
See also
Using Nt and Zw Versions of the Native System Services Routines