Function windows_sys::Wdk::System::SystemServices::ZwCreateKeyTransacted
pub unsafe extern "system" fn ZwCreateKeyTransacted(
keyhandle: *mut HANDLE,
desiredaccess: u32,
objectattributes: *const OBJECT_ATTRIBUTES,
titleindex: u32,
class: *const UNICODE_STRING,
createoptions: u32,
transactionhandle: HANDLE,
disposition: *mut u32
) -> NTSTATUSExpand description
Required features: "Wdk_Foundation", "Win32_Foundation"