Jump to content

CC STATUS PARMS

From EDM2
Revision as of 03:14, 5 November 2025 by Martini (talk | contribs) (Created page with "This structure contains information for the ccSendCommand function when using the CC_STATUS message. <pre> typedef struct _CC_STATUS_PARMS { ULONG ulItem; ULONG ulReturn; } CC_STATUS_PARMS; typedef CC _ STATUS _ PARMS FAR * PCC _ STATUS _ PARMS ; </pre>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

typedef struct _CC_STATUS_PARMS {
  ULONG     ulItem;
  ULONG     ulReturn;
} CC_STATUS_PARMS;

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