The CPL_DBLCLK message is sent to the CPlApplet function of a Control Panel application when the user double-clicks the icon of a dialog box supported by the application.
CPL_DBLCLK uAppNum = (UINT) lParam1; // application number lData = (LONG) lParam2; // application-defined value
If the CPlApplet function processes this message successfully, the return value is zero; otherwise, it is nonzero.
In response to this message, a Control Panel application must display the corresponding dialog box.
CPL_GETCOUNT, CPL_INQUIRE, CPL_NEWINQUIRE, CPL_SELECT, CPlApplet, CPLINFO, NEWCPLINFO