Type Alias KCRM_PROTOCOL_BLOB

Source
pub type KCRM_PROTOCOL_BLOB = _KCRM_PROTOCOL_BLOB;

Aliased Type§

struct KCRM_PROTOCOL_BLOB {
    pub ProtocolId: _GUID,
    pub StaticInfoLength: u32,
    pub TransactionIdInfoLength: u32,
    pub Unused1: u32,
    pub Unused2: u32,
}

Fields§

§ProtocolId: _GUID§StaticInfoLength: u32§TransactionIdInfoLength: u32§Unused1: u32§Unused2: u32