Share via


SPM_BEGIN_TEST (Windows Embedded CE 6.0)

1/6/2010

This message is sent to the DLL immediately before a single test executes. This gives the DLL time to perform common actions that occur at the beginning of every test, such as entering a new logging level.

Parameters

  • uMsg
    SPM_BEGIN_TEST message.

Return Values

Return SPR_HANDLED or SPR_NOT_HANDLED to continue. Return SPR_SKIP to skip the execution for the particular test case.

Remarks

If the ShellProc function returns SPR_SKIP, the test case will not execute.

Requirements

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

See Also

Reference

ShellProc Messages