pub type PFN_NT_QUERY_INFORMATION_TRANSACTION = Option<unsafe extern "system" fn(transactionhandle: HANDLE, transactioninformationclass: TRANSACTION_INFORMATION_CLASS, transactioninformation: *mut c_void, transactioninformationlength: u32, returnlength: *mut u32) -> NTSTATUS>;
Expand description

Required features: "Win32_Foundation", "Win32_System_SystemServices"

Aliased Type§

enum PFN_NT_QUERY_INFORMATION_TRANSACTION {
    None,
    Some(unsafe extern "system" fn(_: isize, _: i32, _: *mut c_void, _: u32, _: *mut u32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.