Icon position structure.

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

typedef   ICONPOS   * PICONPOS ;


[Back] [Next]