CONLISTOPTIONS

typedef struct tagCONLISTOPTIONS
{
   L_UINT   uColumns;      / * Columns in the control (Description & Address) */
   HICON    hServerIcon;   / * Server icon */
   HICON    hClientIcon;   / * Client icon */
} CONLISTOPTIONS, *pCONLISTOPTIONS;

The CONLISTOPTIONS structure provides information for the LInet::CreateWnd function.

Member

Description

uColumns

Number of columns in the control (Description & Address).

hServerIcon

Icon to use for representing server connections.

hClientIcon

Icon to use for representing client connections.

Comments

This structure is used by the LInet::CreateWnd function.