Home
last modified time | relevance | path

Searched defs:hms (Results 1 – 1 of 1) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dmmsystem.h1986 #define MCI_HMS_HOUR(hms) ((BYTE)(hms)) argument
1987 #define MCI_HMS_MINUTE(hms) ((BYTE)(((WORD)(hms)) >> 8)) argument
1988 #define MCI_HMS_SECOND(hms) ((BYTE)((hms)>>16)) argument