Struct winapi::shared::sspi::SecPkgContext_ApplicationProtocol [−][src]
#[repr(C)]pub struct SecPkgContext_ApplicationProtocol {
pub ProtoNegoStatus: SEC_APPLICATION_PROTOCOL_NEGOTIATION_STATUS,
pub ProtoNegoExt: SEC_APPLICATION_PROTOCOL_NEGOTIATION_EXT,
pub ProtocolIdSize: c_uchar,
pub ProtocolId: [c_uchar; 255],
}
Fields
ProtoNegoStatus: SEC_APPLICATION_PROTOCOL_NEGOTIATION_STATUS
ProtoNegoExt: SEC_APPLICATION_PROTOCOL_NEGOTIATION_EXT
ProtocolIdSize: c_uchar
ProtocolId: [c_uchar; 255]
Trait Implementations
Returns the “default value” for a type. Read more