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_MSF_MINUTE
                                                 Contents Index Back
────────────────────────────────────────────────────────────────────────────
MCI_MSF_MINUTE
 
        BYTE MCI_MSF_MINUTE(dwMSF)
 
        This macro returns the minutes field from a DWORD argument
        containing packed MSF (minutes, seconds, frames) information.
 
Parameters
        DWORD dwMSF
            Specifies the time in MSF format.
 
Return value
        The return value is the minutes field of the given argument.
 
Comments
        Time in MSF format is expressed as a DWORD with the least
        significant byte containing minutes, the next least significant
        byte containing seconds, and the next least significant byte
        containing frames. The most significant byte is unused.
 
See also
        MCI_MSF_SECOND, MCI_MSF_FRAME, MCI_MAKE_MSF
 
                                       -♦-