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