Function windows::Wdk::System::SystemServices::NtOpenResourceManager
pub unsafe fn NtOpenResourceManager<P0>(
resourcemanagerhandle: *mut HANDLE,
desiredaccess: u32,
tmhandle: P0,
resourcemanagerguid: Option<*const GUID>,
objectattributes: Option<*const OBJECT_ATTRIBUTES>,
) -> NTSTATUSwhere
P0: Param<HANDLE>,