Struct winapi::um::wincred::CREDENTIAL_TARGET_INFORMATIONA [−][src]
#[repr(C)]pub struct CREDENTIAL_TARGET_INFORMATIONA {
pub TargetName: LPSTR,
pub NetbiosServerName: LPSTR,
pub DnsServerName: LPSTR,
pub NetbiosDomainName: LPSTR,
pub DnsDomainName: LPSTR,
pub DnsTreeName: LPSTR,
pub PackageName: LPSTR,
pub Flags: ULONG,
pub CredTypeCount: DWORD,
pub CredTypes: LPDWORD,
}Fields
TargetName: LPSTRNetbiosServerName: LPSTRDnsServerName: LPSTRNetbiosDomainName: LPSTRDnsDomainName: LPSTRDnsTreeName: LPSTRPackageName: LPSTRFlags: ULONGCredTypeCount: DWORDCredTypes: LPDWORDTrait Implementations
Returns the “default value” for a type. Read more