Partager via


SPS_BEGIN_TEST

This structure contains the function table entry and other useful information for the next test to execute.

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 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

 Last updated on Friday, October 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.