Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Send Feedback on this topic to the authors