- or download this
my $DataOut;
my $pDataOut = pack('LL', 0, 0);
- or download this
DPAPI_IMP BOOL CryptUnprotectData(
[in] DATA_BLOB *pDataIn,
...
DWORD cbData;
BYTE *pbData;
} ...
- or download this
[out] pDataOut
A pointer to a DATA_BLOB structure that receives the encrypted data. W
+hen you have finished using the DATA_BLOB structure, free its pbData
+member by calling the LocalFree function.