#[repr(C)]pub struct TRANSACTION_BASIC_INFORMATION {
pub TransactionId: GUID,
pub State: u32,
pub Outcome: u32,
}Expand description
Required features: ‘Win32_System_SystemServices’
Fields
TransactionId: GUIDState: u32Outcome: u32#[repr(C)]pub struct TRANSACTION_BASIC_INFORMATION {
pub TransactionId: GUID,
pub State: u32,
pub Outcome: u32,
}Required features: ‘Win32_System_SystemServices’
TransactionId: GUIDState: u32Outcome: u32