Searched defs:KSYSTEM_TIME (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ddk/
H A Dwdm.h1032 } KSYSTEM_TIME, *PKSYSTEM_TIME; typedef in typeref:struct:_KSYSTEM_TIME
1059 volatile KSYSTEM_TIME InterruptTime;
1060 volatile KSYSTEM_TIME SystemTime;
1061 volatile KSYSTEM_TIME TimeZoneBias;
1095 volatile KSYSTEM_TIME TickCount;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ddk/
H A Dwdm.h989 } KSYSTEM_TIME, *PKSYSTEM_TIME; typedef in typeref:struct:_KSYSTEM_TIME
1009 volatile KSYSTEM_TIME InterruptTime;
1010 volatile KSYSTEM_TIME SystemTime;
1011 volatile KSYSTEM_TIME TimeZoneBias;
1042 volatile KSYSTEM_TIME TickCount;
/vbox/include/iprt/nt/
H A Dnt.h427 } KSYSTEM_TIME; typedef in typeref:struct:_KSYSTEM_TIME
428 typedef KSYSTEM_TIME *PKSYSTEM_TIME;
471 KSYSTEM_TIME volatile InterruptTime; /**< 0x008 */
472 KSYSTEM_TIME volatile SystemTime; /**< 0x014 */
473 KSYSTEM_TIME volatile TimeZoneBias; /**< 0x020 */
544 KSYSTEM_TIME volatile TickCount; /**< 0x320 */

Completed in 58 milliseconds