Struct winapi::shared::ktmtypes::TRANSACTION_NOTIFICATION_PROPAGATE_ARGUMENT [−][src]
#[repr(C)]pub struct TRANSACTION_NOTIFICATION_PROPAGATE_ARGUMENT {
pub PropagationCookie: ULONG,
pub UOW: GUID,
pub TmIdentity: GUID,
pub BufferLength: ULONG,
}
Fields
PropagationCookie: ULONG
UOW: GUID
TmIdentity: GUID
BufferLength: ULONG
Trait Implementations
Returns the “default value” for a type. Read more