Struct winapi::um::wincred::CREDENTIALA [−][src]
#[repr(C)]pub struct CREDENTIALA {
pub Flags: DWORD,
pub Type: DWORD,
pub TargetName: LPSTR,
pub Comment: LPSTR,
pub LastWritten: FILETIME,
pub CredentialBlobSize: DWORD,
pub CredentialBlob: LPBYTE,
pub Persist: DWORD,
pub AttributeCount: DWORD,
pub Attributes: PCREDENTIAL_ATTRIBUTEA,
pub TargetAlias: LPSTR,
pub UserName: LPSTR,
}
Fields
Flags: DWORD
Type: DWORD
TargetName: LPSTR
Comment: LPSTR
LastWritten: FILETIME
CredentialBlobSize: DWORD
CredentialBlob: LPBYTE
Persist: DWORD
AttributeCount: DWORD
Attributes: PCREDENTIAL_ATTRIBUTEA
TargetAlias: LPSTR
UserName: LPSTR
Trait Implementations
Returns the “default value” for a type. Read more