windows::Win32::System::Registry

Function RegDeleteKeyTransactedW

pub unsafe fn RegDeleteKeyTransactedW<P1>(
    hkey: HKEY,
    lpsubkey: P1,
    samdesired: u32,
    reserved: Option<u32>,
    htransaction: HANDLE,
    pextendedparameter: Option<*const c_void>,
) -> WIN32_ERROR
where P1: Param<PCWSTR>,