Share via


MODULE_PARAMS

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This structure contains information that the Windows Embedded CE Stress tool harness passes to a test module from the command line for the test module.

Syntax

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

Header stressutils.h
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Other Resources

Windows Embedded CE Stress Tool Structures