MODULE_PARAMS (Windows CE 5.0)
This structure contains information that the Windows CE Stress tool harness passes to a test module from the command line for the test module.
typedef struct { DWORD dwDuration; DWORD dwLoggingZones; UINT uVerbosity; UINT uHarnessLogLevel; UINT uBreakLevel; UINT iSlot; LPTSTR tszServer; LPTSTR tszReserved; LPTSTR tszUser;} MODULE_PARAMS;
Members
- dwDuration
Duration for which the test module runs. - dwLoggingZones
Reserved. - uVerbosity
Verbosity level of the log while the test module runs. - uHarnessLogLevel
Logging level of the harness. - uBreakLevel
Reserved. - iSlot
Reserved. The harness uses this member. - tszServer
Name or IP address of the test server with which the test module is to communicate. - tszReserved
Reserved. The harness uses this member. - tszUser
Module-specific command-line options, as read from the Regmod.xml file.
Remarks
Call the InitializeStressUtils function and use the MODULE_PARAMS structure to initialize the stress utilities.
Requirements
OS Versions: Windows CE .NET 4.2 and later.
Header: StressUtils.h.
See Also
Windows CE Stress Tool Structures
Send Feedback on this topic to the authors