Changes between Initial Version and Version 4 of Ticket #2263
- Timestamp:
- 10/01/12 23:55:38 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2263
- Property Version changed from 3.3.9.4 to
-
Ticket #2263 – Description
initial v4 16 16 ; Example .......: Yes 17 17 ; ============================================================================== 18 Func _Crypt_GenRandom($pBuff , $iSize)18 Func _Crypt_GenRandom($pBuffer, $iSize) 19 19 _Crypt_Startup() 20 20 Local $aRet = DllCall(__Crypt_DllHandle(), "bool", "CryptGenRandom", "handle", __Crypt_Context(), "dword", $iSize, "ptr", $pBuffer)