Searched defs:_FILETIME (Results 1 – 16 of 16) sorted by relevance
222 typedef struct _FILETIME { struct226 #define _FILETIME_ argument
32 typedef struct _FILETIME { struct37 typedef struct _FILETIME *PFILETIME; argument
119 typedef struct _FILETIME { struct123 typedef struct _FILETIME *PFILETIME; argument
41 typedef struct _FILETIME { struct42 DWORD dwLowDateTime;43 DWORD dwHighDateTime;
761 typedef struct _FILETIME { struct762 DWORD dwLowDateTime;763 DWORD dwHighDateTime;
65 typedef struct _FILETIME { struct66 DWORD dwLowDateTime;67 DWORD dwHighDateTime;
63 typedef struct _FILETIME { struct64 DWORD dwLowDateTime;65 DWORD dwHighDateTime;
586 typedef struct _FILETIME { struct587 DWORD dwLowDateTime;588 DWORD dwHighDateTime;
130 _FILETIME = FILETIME variable
131 _FILETIME = FILETIME variable
61513 pub struct _FILETIME { struct61519 const UNINIT: ::std::mem::MaybeUninit<_FILETIME> = ::std::mem::MaybeUninit::uninit(); in bindgen_test_layout__FILETIME() argument