windows::Wdk::System::SystemServices

Function RtlQueryRegistryValues

pub unsafe fn RtlQueryRegistryValues<P1>(
    relativeto: u32,
    path: P1,
    querytable: *mut RTL_QUERY_REGISTRY_TABLE,
    context: Option<*const c_void>,
    environment: Option<*const c_void>,
) -> NTSTATUS
where P1: Param<PCWSTR>,