TPS_QUERY_THREAD_COUNT (Windows Embedded CE 6.0)
1/6/2010
This structure indicates the number of threads and is filled in by the TestProc function.
Syntax
typedef struct _TPS_QUERY_THREAD_COUNT {
DWORD dwThreadCount;
} TPS_QUERY_THREAD_COUNT, *LPTPS_QUERY_THREAD_COUNT;
Members
- dwThreadCount
Number of threads.
Requirements
Header | tux.h |
Windows Embedded CE | Windows CE 3.0 and later |