Share via


SPM_BEGIN_TEST (Windows CE 5.0)

Send Feedback

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.
  • spParam
    Pointer to a SPS_BEGIN_TEST structure.

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

OS Versions: Windows CE 3.0 and later.
Header: Tux.h.

See Also

ShellProc | SPS_BEGIN_TEST

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.