Class-specific palette information data.

typedef struct _PALINFO {
  ULONG     xCellCount;   /*  Number of columns of palinfos. */
  ULONG     yCellCount;   /*  Number of rows of palinfos. */
  ULONG     xCursor;      /*  Cursor location (read only). */
  ULONG     yCursor;      /*  Cursor location (read only). */
  ULONG     xCellWidth;   /*  Width of each palinfo. */
  ULONG     yCellHeight;  /*  Height of each palinfo. */
  ULONG     xGap;         /*  X separation of palinfos. */
  ULONG     yGap;         /*  Y separation of palinfos. */
} PALINFO;

typedef   PALINFO   * PPALINFO ;


[Back] [Next]