TerminateStressModule
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 Modular Stress Test
Last updated on Friday, October 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.