◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── MCI_OPEN_DRIVER This message is the version of the MCI_OPEN command sent by MCI to an MCI device. Parameters DWORD dwFlags Contains the flags specified in the MCI_OPEN message. LPMCI_OPEN_PARMS lpOpenDriver Specifies a far pointer to the MCI_OPEN_PARMS data structure. This structure contains the information passed by the MCI_OPEN call from the application. Return value Returns zero if successful. Otherwise, it returns an MCI error code. Comments An MCI internal procedure intercepts the MCI_OPEN message sent by an application. After processing, the procedure calls the device with this message. See also MCI_CLOSE, MCI_CLOSE_DRIVER, MCI_OPEN -♦-