Function windows::Win32::System::Registry::RegOpenKeyExA
pub unsafe fn RegOpenKeyExA<P0, P1>(
hkey: P0,
lpsubkey: P1,
uloptions: u32,
samdesired: REG_SAM_FLAGS,
phkresult: *mut HKEY,
) -> WIN32_ERRORwhere
P0: Param<HKEY>,
P1: Param<PCSTR>,