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