windows::Win32::System::RegistryFunction RegCreateKeyTransactedA
pub unsafe fn RegCreateKeyTransactedA<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_ERRORwhere
P1: Param<PCSTR>,
P3: Param<PCSTR>,