◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── MCI_MSF_FRAME BYTE MCI_MSF_FRAME(dwMSF) This macro returns the frames 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 frames 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_MINUTE, MCI_MSF_SECOND, MCI_MAKE_MSF -♦-