TRANSACTION_LIST_INFORMATION

Type Alias TRANSACTION_LIST_INFORMATION 

Source
pub type TRANSACTION_LIST_INFORMATION = _TRANSACTION_LIST_INFORMATION;

Aliased Type§

#[repr(C)]
pub struct TRANSACTION_LIST_INFORMATION { pub NumberOfTransactions: u32, pub TransactionInformation: [_TRANSACTION_LIST_ENTRY; 1], }

Fields§

§NumberOfTransactions: u32§TransactionInformation: [_TRANSACTION_LIST_ENTRY; 1]