Function windows_sys::Wdk::System::SystemServices::ZwSetInformationResourceManager
pub unsafe extern "system" fn ZwSetInformationResourceManager(
resourcemanagerhandle: HANDLE,
resourcemanagerinformationclass: RESOURCEMANAGER_INFORMATION_CLASS,
resourcemanagerinformation: *const c_void,
resourcemanagerinformationlength: u32
) -> NTSTATUS
Expand description
Required features: "Win32_Foundation"
, "Win32_System_SystemServices"