SPS_BEGIN_TEST (Compact 2013)
3/26/2014
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 |