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.
MIM_LONGDATA
                                                 Contents Index Back
────────────────────────────────────────────────────────────────────────────
MIM_LONGDATA
 
        This message is sent by a MIDI input driver to a client
        application to return a system-exclusive input buffer to the
        application.
 
Parameters
        DWORD dwParam1
            Specifies a far pointer to a MIDIHDR structure identifying
            the input buffer.
 
        DWORD dwParam2
            Specifies the time that the data was received by the input
            device driver. The time stamp is specified in milliseconds,
            beginning at zero when the driver received the MIM_START
            message.
 
Return value
        There is no return value.
 
See also
        MIM_DATA
 
                                       -♦-