Changes between Initial Version and Version 4 of Ticket #2263


Ignore:
Timestamp:
10/01/12 23:55:38 (12 years ago)
Author:
guinness
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2263

    • Property Version changed from 3.3.9.4 to
  • Ticket #2263 – Description

    initial v4  
    1616; Example .......: Yes
    1717; ==============================================================================
    18 Func _Crypt_GenRandom($pBuff, $iSize)
     18Func _Crypt_GenRandom($pBuffer, $iSize)
    1919    _Crypt_Startup()
    2020    Local $aRet = DllCall(__Crypt_DllHandle(), "bool", "CryptGenRandom", "handle", __Crypt_Context(), "dword", $iSize, "ptr", $pBuffer)