![]() |
CreateThread() |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Public Function |
Declared in: OSManager.h |
static CGenericThread * CreateThread( CGenericThread::LPGenericThreadProc pThreadProc);
Create a thread according to the OS
#ifdef WIN32 return new CWin32Thread(pThreadProc); #else return NULL; #endif
![]() |
Site content copyright © 2003 Komodia LTD.. See the About page for additional notices. This page last updated: 24 Feb 2003. |