![]() |
CGenericThread | ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
| Custom Code in Header Public Section |
Declared in: GenericThread.h |
Custom Code
//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;
See Also
This web site was generated
using Surveyor V4.50.811.1. Click
here
for more information. |
Site content copyright © 2003 Komodia LTD.. See the About page for additional notices. This page last updated: 24 Feb 2003. |