Jump to content

DosCreateThread: Difference between revisions

From EDM2
Prototype of DosCreateThread
(No difference)

Revision as of 06:23, 4 November 2007

Prototype:

#define INCL_DOSPROCESS
#include <os2.h>

APIRET DosCreateThread( PTID ptid, PFNTHREAD start_function, ULONG parameter, ULONG flags, ULONG stack_size );