Changes between Initial Version and Version 4 of Ticket #2263
- Timestamp:
- Oct 1, 2012, 11:55:38 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2263
- Property Version 3.3.9.4
-
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)
