#[repr(C)]pub struct TRANSACTION_ENLISTMENTS_INFORMATION {
pub NumberOfEnlistments: u32,
pub EnlistmentPair: [TRANSACTION_ENLISTMENT_PAIR; 1],
}Expand description
Required features: ‘Win32_System_SystemServices’
Fields
NumberOfEnlistments: u32EnlistmentPair: [TRANSACTION_ENLISTMENT_PAIR; 1]