EnglishРусский  

Ads

Perfect Automation tool
All-In-One: Script editor, Launcher, Scheduler, Keyboard & Mouse Recorder. Try now!

CreateInstall
Freeware and commercial installers.

Cell Phone Batteries
Batteries Plus offers batteries for laptop, camcorder, cell phone, camera.

Gentee needs your help!
How to advertise with us
 
laptop battery

thread.create

Create a thread.

method uint thread.create (
   uint idfunc,
   uint param
)

Parameters

idfunc The pointer to the function that will be called as a new thread. The function must have one parameter. You can get the pointer using the operator &.
param Additional parameter.

Return value

The handle of the created thread is returned. It returns 0 in case of an error.

Related links

Source

Edit