Struct winapi::shared::ktmtypes::KCRM_PROTOCOL_BLOB [−][src]
#[repr(C)]pub struct KCRM_PROTOCOL_BLOB {
pub ProtocolId: CRM_PROTOCOL_ID,
pub StaticInfoLength: ULONG,
pub TransactionIdInfoLength: ULONG,
pub Unused1: ULONG,
pub Unused2: ULONG,
}
Fields
ProtocolId: CRM_PROTOCOL_ID
StaticInfoLength: ULONG
TransactionIdInfoLength: ULONG
Unused1: ULONG
Unused2: ULONG
Trait Implementations
Returns the “default value” for a type. Read more