windows::Win32::System::Registry

Function RegCreateKeyTransactedW

pub unsafe fn RegCreateKeyTransactedW<P1, P3>(
    hkey: HKEY,
    lpsubkey: P1,
    reserved: Option<u32>,
    lpclass: P3,
    dwoptions: REG_OPEN_CREATE_OPTIONS,
    samdesired: REG_SAM_FLAGS,
    lpsecurityattributes: Option<*const SECURITY_ATTRIBUTES>,
    phkresult: *mut HKEY,
    lpdwdisposition: Option<*mut REG_CREATE_KEY_DISPOSITION>,
    htransaction: HANDLE,
    pextendedparemeter: Option<*const c_void>,
) -> WIN32_ERROR
where P1: Param<PCWSTR>, P3: Param<PCWSTR>,