Function windows::Wdk::System::SystemServices::NtOpenTransaction
pub unsafe fn NtOpenTransaction<P0>(
transactionhandle: *mut HANDLE,
desiredaccess: u32,
objectattributes: *const OBJECT_ATTRIBUTES,
uow: *const GUID,
tmhandle: P0,
) -> NTSTATUSwhere
P0: Param<HANDLE>,