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