Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
typedef struct _TPS_EXECUTE {DWORDdwRandomSeed;DWORDdwThreadCount;DWORDdwThreadNumber;} 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
OS Versions: Windows CE 3.0 and later.
Header: Tux.h.
See Also
Tux Architecture | TPM_EXECUTE
Send Feedback on this topic to the authors