CPlApplet (Windows Embedded CE 6.0)

1/6/2010

This function is a library-defined callback function that serves as the entry point for a Control Panel application.

Syntax

LONG CPlApplet(
  HWND hwndCPl,
  UINT msg,
  LPARAM lParam1,
  LPARAM lParam2
);

Parameters

  • hwndCPl
    [in] Handle to the main window of the controlling application. Use the hwndCPl parameter for other applications or windows that require a handle to a parent window.
  • msg
    [in] Message being sent to the Control Panel application.
  • lParam1
    [in] Additional message-specific information.
  • lParam2
    [in] Additional message-specific information

Return Value

The return value depends on the message.

Requirements

Header cpl.h
Library Developer Implemented
Windows Embedded CE Windows CE 1.0 and later

See Also

Reference

Standard Shell Functions
CPL_DBLCLK
CPL_EXIT
CPL_GETCOUNT
CPL_INIT
CPL_NEWINQUIRE
CPL_STOP