Share via


ShellProc (Windows Embedded CE 6.0)

1/6/2010

This function allows for communication between Tux and the test module. Messages are passed to the ShellProc function to notify or query the test module. All Tux.dll test modules must implement and export a ShellProc function.

Syntax

SHELLPROCAPI ShellProc(
  UINT uMsg,
  SPPARAM spParam
)

Parameters

  • spParam
    Dependent on the uMsg parameter; usually a pointer to a structure for that message type.

Return Values

Returns SPR_NOT_HANDLED for all messages that are not handled.

Remarks

Every Tux module must at least handle the SPR_REGISTER message; all other messages are optional. See Tuxdemo.cpp for a sample ShellProc implementation.

Requirements

Header tux.h
Library coredll.lib
Windows Embedded CE Windows CE 3.0 and later

See Also

Reference

Tux Functions