Share via


InitializeStressUtils (Windows Embedded CE 6.0)

1/6/2010

This function initializes the stress utilities.

Syntax

BOOL InitializeStressUtils(
  LPCTSTR tszModuleName,
  DWORD dwDefaultLoggingZones,
  MODULE_PARAMS* pmp
);

Parameters

  • tszModuleName
    [in] String that contains the name of the logging module.
  • dwDefaultLoggingZones
    [in] Reserved. Set the value of this parameter to NULL.
  • pmp
    [in] Pointer to the parameter information for the module that is obtained from the Windows Embedded CE Stress tool harness.

Return Value

This function returns TRUE if the function call is successful. Otherwise, it returns FALSE.

Remarks

You must call this function before you can use any utility functions.

Requirements

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

See Also

Other Resources

Windows Embedded CE Stress Tool Functions