DosCreateThread
Appearance
Prototype:
#define INCL_DOSPROCESS #include <os2.h> APIRET DosCreateThread( PTID ptid, PFNTHREAD start_function, ULONG parameter, ULONG flags, ULONG stack_size );
Prototype:
#define INCL_DOSPROCESS #include <os2.h> APIRET DosCreateThread( PTID ptid, PFNTHREAD start_function, ULONG parameter, ULONG flags, ULONG stack_size );