CPLINFO

3.1

#include <cpl.h>

typedef struct tagCPLINFO { /* cpli */
    int   idIcon;
    int   idName;
    int   idInfo;
    LONG  lData;
} CPLINFO;

The CPLINFO structure contains resource information and a user-defined value for an extensible Control Panel application.

Members

idIcon

Specifies an icon resource identifier for the application icon. This icon is displayed in the Control Panel window.

idName

Specifies a string resource identifier for the application name. The name is the short string displayed below the application icon in the Control Panel window. The name is also displayed on the Settings menu of Control Panel.

idInfo

Specifies a string resource identifier for the application description. The description is the descriptive string displayed at the bottom of the Control Panel window when the application icon is selected.

lData

Specifies user-defined data for the application.