Function windows_sys::Wdk::System::SystemServices::ZwCreateResourceManager
pub unsafe extern "system" fn ZwCreateResourceManager(
resourcemanagerhandle: *mut HANDLE,
desiredaccess: u32,
tmhandle: HANDLE,
resourcemanagerguid: *const GUID,
objectattributes: *const OBJECT_ATTRIBUTES,
createoptions: u32,
description: *const UNICODE_STRING
) -> NTSTATUS
Expand description
Required features: "Wdk_Foundation"
, "Win32_Foundation"