Function windows_sys::Win32::System::Registry::RegCreateKeyTransactedW
pub unsafe extern "system" fn RegCreateKeyTransactedW(
hkey: HKEY,
lpsubkey: PCWSTR,
reserved: u32,
lpclass: PCWSTR,
dwoptions: REG_OPEN_CREATE_OPTIONS,
samdesired: REG_SAM_FLAGS,
lpsecurityattributes: *const SECURITY_ATTRIBUTES,
phkresult: *mut HKEY,
lpdwdisposition: *mut REG_CREATE_KEY_DISPOSITION,
htransaction: HANDLE,
pextendedparemeter: *mut c_void
) -> WIN32_ERROR
Expand description
Required features: "Win32_System_Registry"
, "Win32_Foundation"
, "Win32_Security"