CPL_SELECT
Do not use the CPL_SELECT message in Windows Mobile software. Instead, use the CPL_DBLCLK message.
Syntax
#define CPL_SELECT 4
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_DBLCLK
Send Feedback on this topic to the authors