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