MCI_DGV_MONITOR_PARMS

The MCI_DGV_MONITOR_PARMS structure contains parameters for the MCI_MONITOR message. When assigning data to its fields, set the corresponding MCI flags in the lParam1 parameter of mciSendCommand to validate the fields.

typedef struct {

DWORD dwCallback;

DWORD dwSource;

DWORD dwMethod;

} MCI_DGV_MONITOR_PARMS;

Fields

dwCallback

The low-order word specifies a window handle

dwSource

Specifies the constant for the monitor source.

dwMethod

Specifies the constant for the type of monitoring.


See Also

MCI_MONITOR