[−][src]Function winapi::um::winreg::RegCreateKeyTransactedW
pub unsafe extern "system" fn RegCreateKeyTransactedW(
hKey: HKEY,
lpSubKey: LPCWSTR,
Reserved: DWORD,
lpClass: LPWSTR,
dwOptions: DWORD,
samDesired: REGSAM,
lpSecurityAttributes: LPSECURITY_ATTRIBUTES,
phkResult: PHKEY,
lpdwDisposition: LPDWORD,
hTransaction: HANDLE,
pExtendedParemeter: PVOID
) -> LSTATUS