ICONPOS
Appearance
Icon position structure.
Type
struct
C Declaration Method
typedef struct
Example Code
typedef struct _ICONPOS { POINTL ptlIcon; /* Position of icon. */ CHAR szIdentity[1]; /* Object identity string. */ } ICONPOS; typedef ICONPOS *PICONPOS;