Jump to content

CC START PARMS

From EDM2
Revision as of 03:13, 5 November 2025 by Martini (talk | contribs) (Created page with "This data structure contains information for the ccSendCommand function when using the CC_START message. <pre> typedef struct _CC_START_PARMS { HWND hwndOwner; PSZ pszDeviceID; PSZ CaptionFile; } CC_START_PARMS; typedef CC _ START _ PARMS FAR * PCC _ START _ PARMS ; </pre>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

typedef struct _CC_START_PARMS {
  HWND     hwndOwner;
  PSZ      pszDeviceID;
  PSZ      CaptionFile;
} CC_START_PARMS;

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