Windows Multimedia DDK (mddkqh.hlp) (Table of Contents; Topic list)
MCI_TMSF_MINUTE
                                                 Contents Index Back
────────────────────────────────────────────────────────────────────────────
MCI_TMSF_MINUTE
 
        BYTE MCI_TMSF_MINUTE(dwTMSF)
 
        This macro returns the minutes field from a DWORD argument
        containing packed TMSF (tracs, minutes, seconds, frames)
        information.
 
Parameters
        DWORD dwTMSF
            Specifies the time in TMSF format.
 
Return value
        The return value is the minutes field of the given argument.
 
Comments
        Time in TMSF format is expressed as a DWORD with the least
        significant byte containing tracks, the next least significant
        byte containing minutes, the next least significant byte
        containing seconds, and the most significant byte containing
        frames.
 
See also
        MCI_TMSF_TRACK, MCI_TMSF_SECOND, MCI_TMSF_FRAME,
        MCI_MAKE_TMSF
 
                                       -♦-