InitializeStressUtils (Windows CE 5.0)
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 Windows CE Stress tool harness.
Return Values
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
OS Versions: Windows CE .NET 4.2 and later.
Header: StressUtils.h.
Link Library: StressUtils.lib.
See Also
Windows CE Stress Tool Functions
Send Feedback on this topic to the authors