ICONPOS

Icon position structure.

typedef struct _ICONPOS {
  POINTL     ptlIcon;        /*  Position of icon. */
  CHAR       szIdentity[1];  /*  Object identity string. */
} ICONPOS;

typedef   ICONPOS   * PICONPOS ;


[Back: ICONINFO Field - pIconData]
[Next: ICONPOS Field - ptlIcon]