|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| No
| Import Library
| -
| Header File
| cpl.h
| Unicode
| No
| Platform Notes
| None
|
|
|
CPL_DBLCLK
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
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 or NEWCPLINFO structure for the dialog box. The application loads lData member in response to the CPL_INQUIRE or CPL_NEWINQUIRE message.
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
CPL_GETCOUNT, CPL_INQUIRE, CPL_NEWINQUIRE, CPL_SELECT, CPlApplet, CPLINFO, NEWCPLINFO
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|