Home
last modified time | relevance | path

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

/third_party/lzma/C/Util/7z/
D7zMain.c323 typedef struct _FILETIME struct
344 #define SET_FILETIME(ft, v64) \ argument
/third_party/lzma/CPP/Common/
DMyWindows.h82 typedef struct _FILETIME struct
84 DWORD dwLowDateTime;
85 DWORD dwHighDateTime;
/third_party/python/Lib/ctypes/
Dwintypes.py131 _FILETIME = FILETIME variable