Share via


TerminateStressModule

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

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.

Syntax

DWORD TerminateStressModule(void);

Parameters

None.

Return Value

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

Header Developer Implemented
Library Developer Implemented
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Other Resources

Custom Stress Module Functions