Source position: jwawincred.pas line 320
type _CREDENTIALA = record |
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; |
end; |