SPM_BEGIN_GROUP (Windows CE 5.0)
This message is sent to the DLL before a single test or group of tests from that DLL is executed. This gives the DLL time to initialize or allocate data for the tests to follow. Only the DLL that is scheduled to run next receives this message. The prior DLL, if any, first receives a SPM_END_GROUP message.
Parameters
- uMsg
SPM_BEGIN_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 receives a SPM_BEGIN_GROUP before the first test and a 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
Send Feedback on this topic to the authors