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 contains the function table entry and other useful information for the next test to execute.
typedef struct _SPS_BEGIN_TEST {LPFUNCTION_TABLE_ENTRYlpFTE;DWORDdwRandomSeed;DWORDdwThreadCount;} 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
OS Versions: Windows CE 3.0 and later.
Header: Tux.h.
See Also
SPM_BEGIN_TEST | FUNCTION_TABLE_ENTRY
Send Feedback on this topic to the authors