Jump to content

Search the Community

Showing results for tags 'srand msvcrt'.

  • Search By Tags

    • srand msvcrt ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 1 result

  1. I'm trying to call the srand function in the msvcrt.dll. It is defined as void srand( unsigned int seed ); My sample code is: Local $aResult Local $h_DLL = DllOpen("msvcrt.dll") If $h_DLL <> -1 Then     Local $uint = DllStructCreate("uint")     DllStructSetData($uint, 1, 54321)...
×
×
  • Create New...