Struct winapi::um::winnt::TRANSACTION_ENLISTMENT_PAIR [−][src]
#[repr(C)]pub struct TRANSACTION_ENLISTMENT_PAIR {
pub EnlistmentId: GUID,
pub ResourceManagerId: GUID,
}
Fields
EnlistmentId: GUID
ResourceManagerId: GUID
Trait Implementations
Returns the “default value” for a type. Read more