pub type PFN_NT_OPEN_TRANSACTION = Option<unsafe extern "system" fn(transactionhandle: *mut HANDLE, desiredaccess: u32, objectattributes: *const OBJECT_ATTRIBUTES, uow: *const GUID, tmhandle: HANDLE) -> NTSTATUS>;
Expand description

Required features: "Wdk_Foundation", "Win32_Foundation"

Aliased Type§

enum PFN_NT_OPEN_TRANSACTION {
    None,
    Some(unsafe extern "system" fn(_: *mut isize, _: u32, _: *const OBJECT_ATTRIBUTES, _: *const GUID, _: isize) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut isize, _: u32, _: *const OBJECT_ATTRIBUTES, _: *const GUID, _: isize) -> i32)

Some value of type T.