Struct winapi::shared::sspi::SecPkgInfoW [−][src]
#[repr(C)]pub struct SecPkgInfoW {
pub fCapabilities: c_ulong,
pub wVersion: c_ushort,
pub wRPCID: c_ushort,
pub cbMaxToken: c_ulong,
pub Name: *mut SEC_WCHAR,
pub Comment: *mut SEC_WCHAR,
}
Fields
fCapabilities: c_ulong
wVersion: c_ushort
wRPCID: c_ushort
cbMaxToken: c_ulong
Name: *mut SEC_WCHAR
Comment: *mut SEC_WCHAR
Trait Implementations
Returns the “default value” for a type. Read more