Partager via


ShellProc Structures (Compact 2013)

3/26/2014

The following table shows the structures that the ShellProc function and its messages use.

Programming element

Description

SPS_LOAD_DLL

This structure is pointed to by the spParam parameter for the ShellProc function. This structure can be used to query the Tux DLL for build information.

SPS_SETUP_GROUP

This structure is pointed to by the ShellProcspParam parameter and contains the function table entry for the group of tests that is about to be executed.

SPS_TEARDOWN_GROUP

This structure is pointed to by the ShellProcspParam parameter and contains the function table entry and other information for the group of tests that was just executed.

SPS_BEGIN_TEST

This structure contains the function table entry and other information for the next test to execute.

SPS_END_TEST

This structure contains the function table entry and other information for the test that previously executed.

SPS_EXCEPTION

This structure contains information about the exception that was generated.

SPS_REGISTER

This structure stores a pointer to the Tux DLL function table.

SPS_SHELL_INFO

This structure is pointed to by the spParam parameter for the ShellProc function. This structure can be used to pass information about the Tux shell to the Tux DLL.

SPS_STABILITY_INFO

This structure provides stability harness information to the Tux DLL.

See Also

Reference

Tux Structures