windows::Wdk::System::OfflineRegistry

Function ORGetValue

pub unsafe fn ORGetValue<P1, P2>(
    handle: ORHKEY,
    lpsubkey: P1,
    lpvalue: P2,
    pdwtype: Option<*mut u32>,
    pvdata: Option<*mut c_void>,
    pcbdata: Option<*mut u32>,
) -> WIN32_ERROR
where P1: Param<PCWSTR>, P2: Param<PCWSTR>,