![]() |
CGenericThread | ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Custom Code in Header Public Section |
Declared in: GenericThread.h |
//Our thread proc typedef DWORD (*GenericThreadProc)(LPVOID pParam); typedef GenericThreadProc LPGenericThreadProc; //Thread status typedef enum _ThreadStatus { tsSuspended, tsRunning, tsStopped, tsError } ThreadStatus; //Thread priority typedef enum _ThreadPriority { tpIdle=0, tpLowest, tpBelowNormal, tpNormal, tpAboveNormal, tpHighest, tpTimeCritical } ThreadPriority;
![]() |
Site content copyright © 2003 Komodia LTD.. See the About page for additional notices. This page last updated: 24 Feb 2003. |