windows::Win32::System::Registry

Function RegOpenKeyTransactedW

pub unsafe fn RegOpenKeyTransactedW<P1>(
    hkey: HKEY,
    lpsubkey: P1,
    uloptions: Option<u32>,
    samdesired: REG_SAM_FLAGS,
    phkresult: *mut HKEY,
    htransaction: HANDLE,
    pextendedparemeter: Option<*const c_void>,
) -> WIN32_ERROR
where P1: Param<PCWSTR>,