Struct winapi::shared::sspi::SEC_CHANNEL_BINDINGS [−][src]
#[repr(C)]pub struct SEC_CHANNEL_BINDINGS {
pub dwInitiatorAddrType: c_ulong,
pub cbInitiatorLength: c_ulong,
pub dwInitiatorOffset: c_ulong,
pub dwAcceptorAddrType: c_ulong,
pub cbAcceptorLength: c_ulong,
pub dwAcceptorOffset: c_ulong,
pub cbApplicationDataLength: c_ulong,
pub dwApplicationDataOffset: c_ulong,
}
Fields
dwInitiatorAddrType: c_ulong
cbInitiatorLength: c_ulong
dwInitiatorOffset: c_ulong
dwAcceptorAddrType: c_ulong
cbAcceptorLength: c_ulong
dwAcceptorOffset: c_ulong
cbApplicationDataLength: c_ulong
dwApplicationDataOffset: c_ulong
Trait Implementations
Returns the “default value” for a type. Read more