Skip to main content

NtQueryInformationResourceManager

Function NtQueryInformationResourceManager 

Source
pub unsafe extern "C" fn NtQueryInformationResourceManager(
    ResourceManagerHandle: HANDLE,
    ResourceManagerInformationClass: RESOURCEMANAGER_INFORMATION_CLASS,
    ResourceManagerInformation: PVOID,
    ResourceManagerInformationLength: ULONG,
    ReturnLength: PULONG,
) -> NTSTATUS