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: LPSTR
NetbiosServerName: LPSTR
DnsServerName: LPSTR
NetbiosDomainName: LPSTR
DnsDomainName: LPSTR
DnsTreeName: LPSTR
PackageName: LPSTR
Flags: ULONG
CredTypeCount: DWORD
CredTypes: LPDWORD
Trait Implementations
Returns the “default value” for a type. Read more