BYTE MCI_HMS_SECOND(dwHMS)
This macro returns the seconds field from a DWORD argument containing packed HMS (hours, minutes, seconds) information.
DWORD dwHMS
Specifies the time in HMS format.
The return value is the seconds field of the given argument.
Time in HMS format is expressed as a DWORD with the least significant byte containing hours, the next least significant byte containing minutes, and the next least significant byte containing seconds. The most significant byte is unused.
MCI_HMS_HOUR, MCI_HMS_MINUTE, MCI_MAKE_HMS