SPM_END_TEST (Windows CE 5.0)
This message is sent to the DLL after a single test case from the DLL executes. This gives the DLL time to perform any common actions that occur at the completion of each test case, such as exiting the current logging level.
Parameters
- uMsg
SPM_END_TEST message. - spParam
Pointer to a SPS_END_TEST structure.
Return Values
Return SPR_HANDLED or SPR_NOT_HANDLED to continue.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Tux.h.
See Also
Tux Architecture | SPS_END_TEST
Send Feedback on this topic to the authors