CPL_DBLCLK (Windows CE 5.0)
This message is sent to a Control Panel application when the user double-clicks the icon in the control panel explorer.
Syntax
CPL_DBLCLKuAppNum = (UINT)lParam1;lData = (LONG)lParam2;
Parameters
- uAppNum
Dialog box number. This number must be in the range zero through one less than the value returned in response to the CPL_GETCOUNT message (CPL_GETCOUNT –1). - lData
Value that the Control Panel application loaded into the lData member of the CPLINFO or NEWCPLINFO structure for the dialog box. The application loads the lData member in response to the CPL_INQUIRE or CPL_NEWINQUIRE message.
Return Values
Zero indicates that the CPlApplet function processes this message successfully. Nonzero indicates otherwise.
Remarks
In response to this message, a Control Panel application must display the corresponding dialog box.
Windows Mobile Remarks
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.
When the CPlApplet function receives this message, it must display the Control Panel application indicated by uAppNum.
Requirements
Pocket PC: Pocket PC 2000 and later
OS Versions: Windows CE 1.0 and later.
Header: Cpl.h.
See Also
Standard Shell Messages | CPL_GETCOUNT | CPL_NEWINQUIRE | CPLINFO | NEWCPLINFO
Send Feedback on this topic to the authors