SPM_END_GROUP
This message is sent to the DLL after a group of tests from that DLL has completed running. This gives the DLL time to clean up after it has run. This message does not imply that the DLL will not be called again; it signifies that the next test to run belongs to a different DLL or that there are no more tests to run.
Parameters
- uMsg
SPM_END_GROUP message. - spParam
Not used.
Return Values
Return SPR_HANDLED or SPR_NOT_HANDLED to continue.
Remarks
SPM_BEGIN_GROUP and SPM_END_GROUP are used to inform test modules when they are receiving or losing execution focus. If more than one test is scheduled to run consecutively for a DLL, that DLL will receives an SPM_BEGIN_GROUP before the first test and an SPM_END_GROUP after the final test in the group of tests.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Tux.h.
See Also
Last updated on Friday, October 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.