Source position: jwawincrypt.pas line 5346
type _CRYPT_OID_INFO = record |
cbSize: DWORD; |
pszOID: LPCSTR; |
pwszName: LPCWSTR; |
dwGroupId: DWORD; |
Union: record |
case Integer of |
0: ( |
dwValue: DWORD; |
); |
1: ( |
Algid: ALG_ID; |
); |
2: ( |
dwLength: DWORD; |
); |
end; |
ExtraInfo: CRYPT_DATA_BLOB; |
end; |