TerminateStressModule (Windows CE 5.0)
This function is called once before a test module exits The function is not required to complete an action; it is provided for test cleanup purposes only.
DWORD TerminateStressModule(void);
Parameters
None.
Return Values
This function should return TRUE if the function call is successful.
Remarks
The harness requires that you implement and export this function in a custom test module.
Requirements
OS Versions: Windows CE .NET 4.2 and later.
Header: Developer defined.
Link Library: Developer implemented.
See Also
Custom Stress Module Functions | Custom Module Creation for the Windows CE Stress Tool
Send Feedback on this topic to the authors