Home
last modified time | relevance | path

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

/third_party/boost/boost/winapi/
Dtime.hpp73 typedef struct BOOST_MAY_ALIAS _FILETIME { struct
74 DWORD_ dwLowDateTime;
75 DWORD_ dwHighDateTime;
/third_party/python/Lib/ctypes/
Dwintypes.py131 _FILETIME = FILETIME variable