Jump to content

CC SET PARMS: Difference between revisions

From EDM2
Created page with "This data structure contains information for the ccSendCommand function when using the CC_SET message. <pre> 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 ; </pre>"
 
No edit summary
 
Line 13: Line 13:
typedef  CC _ SET _ PARMS  FAR  * PCC _ SET _ PARMS ;
typedef  CC _ SET _ PARMS  FAR  * PCC _ SET _ PARMS ;
</pre>
</pre>
[[Category:Caption Data type]]

Latest revision as of 03:14, 5 November 2025

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 ;