Struct winapi::shared::sspi::SEC_NEGOTIATION_INFO [−][src]
#[repr(C)]pub struct SEC_NEGOTIATION_INFO {
pub Size: c_ulong,
pub NameLength: c_ulong,
pub Name: *mut SEC_WCHAR,
pub Reserved: *mut c_void,
}
Fields
Size: c_ulong
NameLength: c_ulong
Name: *mut SEC_WCHAR
Reserved: *mut c_void
Trait Implementations
Returns the “default value” for a type. Read more