SPS_BEGIN_TEST (Windows Embedded CE 6.0)
1/6/2010
This structure contains the function table entry and other useful information for the next test to execute.
Syntax
typedef struct _SPS_BEGIN_TEST {
LPFUNCTION_TABLE_ENTRY lpFTE;
DWORD dwRandomSeed;
DWORD dwThreadCount;
} SPS_BEGIN_TEST, *LPSPS_BEGIN_TEST;
Members
- lpFTE
Pointer to the FUNCTION_TABLE_ENTRY structure within your test module's function table for the current test case.
- dwRandomSeed
Random seed used to execute the current test case.
- dwThreadCount
Number of threads that will be used to execute the current test case.
Requirements
Header | tux.h |
Windows Embedded CE | Windows CE 3.0 and later |