Share via


SPM_BEGIN_GROUP (Windows Embedded CE 6.0)

1/6/2010

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

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

See Also

Reference

ShellProc Messages