CPL_NEWINQUIRE
The CPL_NEWINQUIRE message is sent to the CPlApplet function to request information about a Control Panel application that it supports.
Syntax
#define CPL_NEWINQUIRE 8
uAppNum = (UINT) lParam1;
lpNCPLI = (LPNEWCPLINFO) lParam2;
Parameters
- uAppNum
The ID number of the application being requested. This number is in the range of zero through one less than the number of applications supported by the CPlApplet function. - lpNCPLI
Long pointer to a NEWCPLINFO structure. The CPlApplet function must fill this structure with information about the application.
Return Values
Zero indicates that the CPlApplet function processed this message successfully. Nonzero indicates otherwise.
Remarks
The Control Panel sends the CPL_NEWINQUIRE message once for each application supported by the CPlApplet function. This message is sent immediately after the CPL_GETCOUNT 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_GETCOUNT | CPL_INIT | NEWCPLINFO
Send Feedback on this topic to the authors