Help for this page

Select Code to Download


  1. or download this
    my $DataOut;
    my $pDataOut = pack('LL', 0, 0);
    
  2. or download this
    DPAPI_IMP BOOL CryptUnprotectData(
      [in]            DATA_BLOB                 *pDataIn,
    ...
      DWORD cbData;
      BYTE  *pbData;
    } ...
    
  3. 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.