Type Alias TRANSACTION_NOTIFICATION

Source
pub type TRANSACTION_NOTIFICATION = _TRANSACTION_NOTIFICATION;

Aliased Type§

struct TRANSACTION_NOTIFICATION {
    pub TransactionKey: *mut c_void,
    pub TransactionNotification: u32,
    pub TmVirtualClock: _LARGE_INTEGER,
    pub ArgumentLength: u32,
}

Fields§

§TransactionKey: *mut c_void§TransactionNotification: u32§TmVirtualClock: _LARGE_INTEGER§ArgumentLength: u32