Searched defs:FILETIME (Results 1 – 9 of 9) sorted by relevance
29 pub struct FILETIME { struct33 impl ::core::marker::Copy for FILETIME {} argument34 impl ::core::clone::Clone for FILETIME { implementation
49 typedef struct _FILETIME FILETIME; typedef
82 pub struct FILETIME { struct83 pub dwLowDateTime: DWORD,84 pub dwHighDateTime: DWORD,
127 class FILETIME(Structure): class
128 class FILETIME(ctypes.Structure): class
327 } FILETIME; typedef
460 fn compute_filetime_subtraction(fta: FILETIME, ftb: FILETIME) -> LONGLONG { in compute_filetime_subtraction()
86 } FILETIME; typedef
105 typedef struct _FILETIME FILETIME; typedef