InitializeStressUtils
This function initializes the stress utilities.
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 Modular Stress Test harness.
Return Values
This function returns TRUE if the function call is successful. Otherwise, the function returns FALSE.
Remarks
You must call this function before you can use any utility functions.
Requirements
OS Versions: Windows CE .NET 4.2 and later.
Header: StressUtils.h.
Link Library: StressUtils.lib.
See Also
Last updated on Friday, October 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.