CC START PARMS: Difference between revisions
Appearance
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>" |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
This data structure contains information for the [[ccSendCommand]] function when using the CC_START message. | {{DISPLAYTITLE:CC_START_PARMS}} | ||
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 { | ||
| Line 9: | Line 10: | ||
typedef CC _ START _ PARMS FAR * PCC _ START _ PARMS ; | typedef CC _ START _ PARMS FAR * PCC _ START _ PARMS ; | ||
</pre> | </pre> | ||
[[Category:Caption Data type]] | |||
Latest revision as of 03:17, 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 ;