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_MAKE_TMSF
◄Contents► ◄Index► ◄Back►
────────────────────────────────────────────────────────────────────────────
MCI_MAKE_TMSF
DWORD MCI_MAKE_TMSF(tracks, minutes, seconds, frames)
This macro returns a time value in TMSF (tracks, minutes,
seconds, frames) format from the given tracks, minutes,
seconds, and frames values.
Parameters
BYTE tracks
Specifies the number of tracks.
BYTE minutes
Specifies the number of minutes.
BYTE seconds
Specifies the number of seconds.
BYTE frames
Specifies the number of frames.
Return value
The return value is a DWORD value containing the time in packed
TMSF (tracks, minutes, seconds, frames) format.
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_MINUTE, MCI_TMSF_SECOND, MCI_TMSF_FRAME
-♦-