Struct winapi::shared::sspi::SecPkgContext_TargetInformation [−][src]
#[repr(C)]pub struct SecPkgContext_TargetInformation {
pub MarshalledTargetInfoLength: c_ulong,
pub MarshalledTargetInfo: *mut c_uchar,
}
Fields
MarshalledTargetInfoLength: c_ulong
MarshalledTargetInfo: *mut c_uchar
Trait Implementations
Returns the “default value” for a type. Read more