Share via


ShellProc Structures (Windows Embedded CE 6.0)

1/6/2010

The following table shows the structures that are used by the ShellProc function and its messages.

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_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_REGISTER

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

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.

See Also

Reference

Tux Structures