MCI_GENERIC_PARMS

typedef struct tagMCI_GENERIC_PARMS {

    DWORD   dwCallback;

} MCI_GENERIC_PARMS;

 

The MCI_GENERIC_PARMS structure is the data structure associated with the MCI_CLOSE_DRIVER command. This structure can be used with any command requiring only a minimal structure definition.

Members

dwCallback

Contains handle of window to receive MM_MCINOTIFY message.