TPS_EXECUTE (Compact 2013)
3/26/2014
This structure is used to inform the test case of the current thread's number, the maximum thread number, and the thread's random seed.
Syntax
typedef struct _TPS_EXECUTE {
DWORD dwRandomSeed;
DWORD dwThreadCount;
DWORD dwThreadNumber;
} TPS_EXECUTE, *LPTPS_EXECUTE;
Members
- dwRandomSeed
Random seed used for this thread. This seed is derived from the random seed for the given test.
- dwThreadCount
Total number of threads used to execute this test case.
- dwThreadNumber
Current thread number. This is a value between 1 and dwThreadCount.
Requirements
Header |
tux.h |