Windows Multimedia DDK (mddkqh.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
MCI_CLOSE_DRIVER
                                                 Contents Index Back
────────────────────────────────────────────────────────────────────────────
MCI_CLOSE_DRIVER
 
        This message is the version of the MCI_CLOSE command sent from
        the MCI core to an MCI device.
 
Parameters
        DWORD dwFlags
            Contains the flags specified in the MCI_CLOSE message.
 
        LPMCI_GENERIC_PARMS lpDefault
            Specifies a far pointer to the MCI_GENERIC_PARMS data
            structure. (Devices with extended command sets might
            replace this data structure with a device-specific data
            structure.)
 
Return value
        Returns zero if successful. Otherwise, it returns an MCI error
        code.
 
Comments
        An MCI internal procedure intercepts the MCI_CLOSE message sent
        by an application. After processing, the procedure calls the
        device with MCI_CLOSE_DRIVER.
 
See also
        MCI_CLOSE, MCI_OPEN, MCI_OPEN_DRIVER
 
                                       -♦-