CPL_GETCOUNT
The CPL_GETCOUNT message is sent to the CPlApplet function to retrieve the number of Control Panel applications supported by the function.
Syntax
#define CPL_GETCOUNT 2
lp1 = (LPARAM) lParam1;
lp2 = (LPARAM) lParam2;
Parameters
- lp1
Reserved. No relevant information is passed through this parameter. - lp2
Reserved. No relevant information is passed through this parameter.
Return Values
In response to this message, the CPlApplet function must return the number of applications that it implements.
Remarks
This message is sent immediately after the CPL_INIT message.
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_INIT
Send Feedback on this topic to the authors