Struct winapi::um::winnt::TRANSACTION_ENLISTMENTS_INFORMATION [−][src]
#[repr(C)]pub struct TRANSACTION_ENLISTMENTS_INFORMATION {
pub NumberOfEnlistments: DWORD,
pub EnlistmentPair: [TRANSACTION_ENLISTMENT_PAIR; 1],
}
Fields
NumberOfEnlistments: DWORD
EnlistmentPair: [TRANSACTION_ENLISTMENT_PAIR; 1]
Trait Implementations
Returns the “default value” for a type. Read more