Share via


TerminateStressModule (Windows Embedded CE 6.0)

1/6/2010

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