Function windows::Win32::System::Registry::RegCreateKeyExA
pub unsafe fn RegCreateKeyExA<P0, P1, P2>(
hkey: P0,
lpsubkey: P1,
reserved: u32,
lpclass: P2,
dwoptions: REG_OPEN_CREATE_OPTIONS,
samdesired: REG_SAM_FLAGS,
lpsecurityattributes: Option<*const SECURITY_ATTRIBUTES>,
phkresult: *mut HKEY,
lpdwdisposition: Option<*mut REG_CREATE_KEY_DISPOSITION>,
) -> WIN32_ERRORwhere
P0: Param<HKEY>,
P1: Param<PCSTR>,
P2: Param<PCSTR>,