TPS_EXECUTE
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 {
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
OS Versions: Windows CE 3.0 and later.
Header: Tux.h.
See Also
Tux Architecture | TPM_EXECUTE
Last updated on Friday, October 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.