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_IDStaticInfoLength: ULONGTransactionIdInfoLength: ULONGUnused1: ULONGUnused2: ULONGTrait Implementations
Returns the “default value” for a type. Read more