Share via


SPM_END_GROUP (Windows Embedded CE 6.0)

1/6/2010

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

Header tux.h
Windows Embedded CE Windows CE 3.0 and later

See Also

Reference

ShellProc Messages