Share via


TPS_EXECUTE (Windows Embedded CE 6.0)

1/6/2010

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
Windows Embedded CE Windows CE 3.0 and later

See Also

Reference

TestProc Structures