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_TMSF_FRAME
                                                 Contents Index Back
────────────────────────────────────────────────────────────────────────────
MCI_TMSF_FRAME
 
        BYTE MCI_TMSF_FRAME(dwTMSF)
 
        This macro returns the frames field from a DWORD argument
        containing packed TMSF (tracks, minutes, seconds, frames)
        information.
 
Parameters
        DWORD dwTMSF
            Specifies the time in TMSF format.
 
Return value
        The return value is the frames 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_MINUTE, MCI_TMSF_SECOND,
        MCI_MAKE_TMSF
 
                                       -♦-