ctThrdCreate Create a c-tree Plus thread. Short Name ctThrdCreate() Type Threading function Declaration NINT ctThrdCreate(pctFUNC function, pVOID argument_list, pVOID user_var, LONG mode) Description Create thread with entry point at function, arguments pointed to by argument_list, private thread data pointed to by user_var, and thread characteristics specified by mode, a bit-map where zero is the default. Currently, mode is ignored. Return
See c-tree Plus Error Codes for a complete listing of valid c-tree Plus error values. Example See ctmtex.c and ctmtap.c for ctThrdCreate() examples. Limitations Can only be used with a ctThrd library. See also ctThrdInit(), ctThrdExit() |
|||||||||||||||||||||