MCI_DGV_QUALITY_PARMS

The MCI_DGV_QUALITY_PARMS structure contains parameters for the MCI_QUALITY message for digital-video devices. 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 dwItem;

LPSTR lpstrName;

DWORD lpstrAlgorithm;

DWORD dwHandle;

} MCI_DGV_QUALITY_PARMS;

Fields

dwCallback

The low-order word specifies a window handle used for the MCI_NOTIFY flag.

dwItem

Specifies a constant indicating the type of algorithm.

lpstrName

Specifies a long pointer to a null-terminated string containing the name of the descriptor.

lpstrAlgorithm

Specifies a long pointer to a null-terminated string containing the name of the algorithm.

dwHandle

Specifies a handle to a data structure containing information describing the quality attributes.

See Also

MCI_QUALITY