CPL_INQUIRE
The CPL_INQUIRE message is not supported in Windows Mobile software. The CPL_NEWINQUIRE message is used instead.
Syntax
#define CPL_INQUIRE 3
uAppNum = (UINT) lParam1;
lpCPLi = (LPCPLINFO) 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. - lpCPLi
Long pointer to a CPLINFO 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 CPL_INQUIRE message is not supported in Windows Mobile software. On the desktop versions of Windows, the Control Panel sends the CPL_NEWINQUIRE message once for each application supported by the CPlApplet function. The Control Panel sends the CPL_INQUIRE message only if CPlApplet does not successfully process the CPL_NEWINQUIRE 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_NEWINQUIRE
Send Feedback on this topic to the authors