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