Jump to content

CC START PARMS: Difference between revisions

From EDM2
No edit summary
No edit summary
Line 1: Line 1:
This data structure contains information for the [[ccSendCommand]] function when using the [[CC_START]] message.
This data structure contains information for the [[ccSendCommand]] function when using the ''CC_START'' message.
<pre>
<pre>
typedef struct _CC_START_PARMS {
typedef struct _CC_START_PARMS {

Revision as of 03:15, 5 November 2025

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 ;