NtSetInformationResourceManager 函数 (wdm.h)

不使用 ZwSetInformationResourceManager 例程。

语法

__kernel_entry NTSYSCALLAPI NTSTATUS NtSetInformationResourceManager(
  HANDLE                            ResourceManagerHandle,
  RESOURCEMANAGER_INFORMATION_CLASS ResourceManagerInformationClass,
  PVOID                             ResourceManagerInformation,
  ULONG                             ResourceManagerInformationLength
);

参数

ResourceManagerHandle

未使用。

ResourceManagerInformationClass

未使用。

ResourceManagerInformation

未使用。

ResourceManagerInformationLength

未使用。

返回值

此函数不返回值。

注解

NtSetInformationResourceManagerZwSetInformationResourceManager 是同一 Windows 本机系统服务例程的两个版本。

对于来自内核模式驱动程序的调用,Windows 本机系统服务例程的 NtXxxZwXxx 版本在处理和解释输入参数的方式上的行为可能有所不同。 有关例程的 NtXxxZwXxx 版本之间的关系的详细信息,请参阅 使用本机系统服务例程的 Nt 和 Zw 版本

要求

要求
目标平台 Windows
标头 wdm.h

另请参阅

使用本机系统服务例程的 Nt 和 Zw 版本