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