Jump to content

CC_START_PARMS

From EDM2

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;