Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The CPLINFO structure is not supported in Windows Mobile software because the CPL_INQUIRE message is not supported. Instead, the NEWCPLINFO structure is used with the CPL_NEWINQUIRE message.
Syntax
typedef struct tagCPLINFO {
int idIcon;
int idName;
int idInfo;
LONG lData;
} CPLINFO, *LPCPLINFO;
Members
- idIcon
Resource ID of the icon that represents the Control Panel application. - idName
Resource ID of the string that describes the name of the Control Panel application. - idInfo
Resource ID of the string that describes information about the Control Panel application. - lData
Data defined for the application by the CPlApplet function.
Requirements
Pocket PC: None
Smartphone: None
OS Versions: Windows CE 3.0 and later
Header: cpl.h
See Also
Control Panel Structures | CPL_INQUIRE | NEWCPLINFO
Send Feedback on this topic to the authors