Share via


CPL_DBLCLK

Send Feedback

The CPL_DBLCLK message is sent to the CPlApplet function when a user taps the icon of a Control Panel application supported by the function.

Syntax

#define CPL_DBLCLK  5
  uAppNum = (UINT) lParam1;
  lData = (LONG) lParam2;

Parameters

  • uAppNum
    The ID number of the application that was tapped by the user. This number is in the range of zero through one less than the number of applications supported by the CPlApplet function.
  • lData
    The value that the CPlApplet function loaded into the lData member of the NEWCPLINFO structure for the application. The application loads the lData member in response to the CPL_NEWINQUIRE message.

Return Values

Zero indicates that the CPlApplet function processed this message successfully. Nonzero indicates otherwise.

Remarks

When the CPlApplet function receives this message, it must display the application indicated by uAppNum.

Requirements

Pocket PC: Pocket PC 2000 and later
Smartphone: None
OS Versions: Windows CE 3.0 and later
Header: cpl.h

See Also

Control Panel Messages | CPlApplet | CPL_GETCOUNT | CPL_NEWINQUIRE | NEWCPLINFO

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.