Share via


ShellProc (Windows CE 5.0)

Send Feedback

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.

SHELLPROCAPI ShellProc(UINTuMsg,SPPARAMspParam);

Parameters

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

OS Versions: Windows CE 3.0 and later.
Header: Tux.h.
Link Library: Coredll.lib.

See Also

Tux Architecture

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.