Jump to content

CC STATUS PARMS: Difference between revisions

From EDM2
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>"
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
This structure contains information for the ccSendCommand function when using the CC_STATUS message.
{{DISPLAYTITLE:CC_STATUS_PARMS}}
This structure contains information for the [[ccSendCommand]] function when using the CC_STATUS message.
<pre>
<pre>
typedef struct _CC_STATUS_PARMS {
typedef struct _CC_STATUS_PARMS {
Line 8: Line 9:
typedef  CC _ STATUS _ PARMS  FAR  * PCC _ STATUS _ PARMS ;
typedef  CC _ STATUS _ PARMS  FAR  * PCC _ STATUS _ PARMS ;
</pre>
</pre>
[[Category:Caption Data type]]

Latest revision as of 03:16, 5 November 2025

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 ;