CPL_DBLCLK
The
CPL_DBLCLK message is sent to the CPlApplet
CPL_DBLCLK
uAppNum = (UINT) lParam1; // application number
lData = (LONG) lParam2; // application-defined value
Parameters
uAppNum
Value of lParam1.
Specifies the 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 of lParam2.
Specifies the value that the Control Panel application loaded into the lData
member of the CPLINFO
Return Values
If the CPlApplet
function processes this message successfully, the return value is zero;
otherwise, it is nonzero.
Remarks
In response
to this message, a Control Panel application must display the corresponding
dialog box.
See Also