MODULE_PARAMS
This structure contains information that the Modular Stress Test harness passes to a module from the command line for the 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
Length of time over which the module runs. - dwLoggingZones
Reserved. - uVerbosity
Verbosity level of the log while the 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 module is to communicate. - tszReserved
Reserved. The harness uses this member. - tszUser
Module-specific command-line options, as read from the Oemstress.ini 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
Modular Stress Test Structures
Last updated on Friday, October 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.