JBASETHREADCreate


The JBASETHREADCreate function starts a new thread from the current process.

 

COMMAND SYNTAX

JBASETHREADCreate(ProgramName, Arguments, Reserved, Handle)

 

SYNTAX ELEMENTS

ProgramName Name of program to execute

Arguments Command line arguments

Reserved This internal string parameter is required and must always be set to "" (null)

Handle This variable will contain the returned thread handle


jBC