Share via


SPS_BEGIN_TEST (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.