SPM_BEGIN_TEST
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
Last updated on Friday, October 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.