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 |