CONTROL_PARM
Appearance
This data structure contains fields for the pParm and ulParmSize fields of the DDCMDCONTROL data structure.
typedef struct _CONTROL_PARM {
ULONG ulTime; /* Time in milliseconds. */
} CONTROL_PARM;
- ulTime (ULONG)
- Specifies the time in milliseconds. The stream handler sets the cue time when the ulCmd field of the DDCMDCONTROL data structure is DDCMD_ENABLE_EVENT. The PDD returns the current time for DDCMD_STOP and DDCMD_PAUSE.