windows::Win32::System::Registry

Function RegCreateKeyA

pub unsafe fn RegCreateKeyA<P1>(
    hkey: HKEY,
    lpsubkey: P1,
    phkresult: *mut HKEY,
) -> WIN32_ERROR
where P1: Param<PCSTR>,