Share via


SPM_END_GROUP (Windows CE 5.0)

Send Feedback

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

Tux Architecture

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.