Jump to content

CC SET PARMS

From EDM2
Revision as of 03:14, 5 November 2025 by Martini (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This data structure contains information for the ccSendCommand function when using the CC_SET message.

typedef struct _CC_SET_PARMS {
  ULONG     ulRows;
  ULONG     ulBackgroundColor;
  ULONG     ulTextColor;
  ULONG     ulXposition;
  ULONG     ulYposition;
  ULONG     ulColumns;
} CC_SET_PARMS;

typedef   CC _ SET _ PARMS   FAR   * PCC _ SET _ PARMS ;