void Ns_ThreadCreate ( Ns_ThreadProc* proc, void* arg, long stackSize, Ns_Thread* threadPtr );
void Ns_ThreadCreate (
Ns_ThreadProc* proc,
void* arg,
long stackSize,
Ns_Thread* threadPtr
);
Create a new thread.
Top of Page
Copyright © 1998-99 America Online, Inc.