Source position: jwawincred.pas line 341
type _CREDENTIALW = record |
Flags: DWORD; |
Type_: DWORD; |
TargetName: LPWSTR; |
Comment: LPWSTR; |
LastWritten: FILETIME; |
CredentialBlobSize: DWORD; |
CredentialBlob: LPBYTE; |
Persist: DWORD; |
AttributeCount: DWORD; |
Attributes: PCREDENTIAL_ATTRIBUTEW; |
TargetAlias: LPWSTR; |
UserName: LPWSTR; |
end; |