Source position: jwawincrypt.pas line 8431
type _CERT_SYSTEM_STORE_RELOCATE_PARA = record |
Union1: record |
case Integer of |
0: ( |
hKeyBase: HKEY; |
); |
1: ( |
pvBase: Pointer; |
); |
end; |
case Integer of |
0: ( |
pvSystemStore: Pointer; |
); |
1: ( |
pszSystemStore: LPCSTR; |
); |
2: ( |
pwszSystemStore: LPCWSTR; |
); |
end; |