Struct winapi::shared::ktmtypes::TRANSACTION_NOTIFICATION [−][src]
#[repr(C)]pub struct TRANSACTION_NOTIFICATION {
pub TransactionKey: PVOID,
pub TransactionNotification: ULONG,
pub TmVirtualClock: LARGE_INTEGER,
pub ArgumentLength: ULONG,
}
Fields
TransactionKey: PVOID
TransactionNotification: ULONG
TmVirtualClock: LARGE_INTEGER
ArgumentLength: ULONG
Trait Implementations
Returns the “default value” for a type. Read more