Struct winapi::um::winnt::TRANSACTION_PROPERTIES_INFORMATION [−][src]
#[repr(C)]pub struct TRANSACTION_PROPERTIES_INFORMATION {
pub IsolationLevel: DWORD,
pub IsolationFlags: DWORD,
pub Timeout: LARGE_INTEGER,
pub Outcome: DWORD,
pub DescriptionLength: DWORD,
pub Description: [WCHAR; 1],
}Fields
IsolationLevel: DWORDIsolationFlags: DWORDTimeout: LARGE_INTEGEROutcome: DWORDDescriptionLength: DWORDDescription: [WCHAR; 1]Trait Implementations
Returns the “default value” for a type. Read more