Home
last modified time | relevance | path

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

/third_party/boost/boost/winapi/
Dtime.hpp78 typedef struct BOOST_MAY_ALIAS _SYSTEMTIME { struct
79 WORD_ wYear;
80 WORD_ wMonth;
81 WORD_ wDayOfWeek;
82 WORD_ wDay;
83 WORD_ wHour;
84 WORD_ wMinute;
85 WORD_ wSecond;
86 WORD_ wMilliseconds;