Struct winapi::shared::ktmtypes::KCRM_MARSHAL_HEADER   [−][src]
#[repr(C)]pub struct KCRM_MARSHAL_HEADER {
    pub VersionMajor: ULONG,
    pub VersionMinor: ULONG,
    pub NumProtocols: ULONG,
    pub Unused: ULONG,
}Fields
VersionMajor: ULONGVersionMinor: ULONGNumProtocols: ULONGUnused: ULONGTrait Implementations
Returns the “default value” for a type. Read more