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: PVOIDTransactionNotification: ULONGTmVirtualClock: LARGE_INTEGERArgumentLength: ULONGTrait Implementations
Returns the “default value” for a type. Read more