Struct winapi::shared::sspi::SecPkgInfoA   [−][src]
#[repr(C)]pub struct SecPkgInfoA {
    pub fCapabilities: c_ulong,
    pub wVersion: c_ushort,
    pub wRPCID: c_ushort,
    pub cbMaxToken: c_ulong,
    pub Name: *mut SEC_CHAR,
    pub Comment: *mut SEC_CHAR,
}Fields
fCapabilities: c_ulongwVersion: c_ushortwRPCID: c_ushortcbMaxToken: c_ulongName: *mut SEC_CHARComment: *mut SEC_CHARTrait Implementations
Returns the “default value” for a type. Read more