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_BREAK_PARMS
                                                 Contents Index Back
────────────────────────────────────────────────────────────────────────────
MCI_BREAK_PARMS
 
        The MCI_BREAK_PARMS structure contains parameters for the
        MCI_BREAK message. When assigning data to the fields in this
        data structure, set the corresponding MCI flags in the dwFlags
        parameter of mciSendCommand to validate the fields.
 
        typedef struct {
            DWORD dwCallback;
            int nVirtKey;
            UINT wReserved0;
            HWND hwndBreak;
            UINT wReserved1;
        } MCI_BREAK_PARMS;
 
Fields
        DWORD dwCallback
            The low-order word specifies a window handle used for the
            MCI_NOTIFY flag.
 
        int nVirtKey
            Specifies the virtual key code used for the break key.
 
        UINT wReserved0
            Reserved.
 
        HWND hwndBreak
            Specifies a window handle of the window that must be the
            current window for break detection.
 
        UINT wReserved1
            Reserved.
 
See also
        MCI_BREAK
 
                                       -♦-