Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dminwindef.h225 } FILETIME,*PFILETIME,*LPFILETIME; typedef
Dwincred.h38 typedef struct _FILETIME *LPFILETIME; typedef
Dwtypesbase.h124 typedef struct _FILETIME *LPFILETIME; typedef
Dminwinbase.h44 } FILETIME,*PFILETIME,*LPFILETIME; typedef
Dlmaccess.h764 } FILETIME,*LPFILETIME,*PFILETIME; typedef
Dwabdefs.h68 } FILETIME,*LPFILETIME; typedef
Dmapidefs.h66 } FILETIME,*LPFILETIME; typedef
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/
H A Dwintypes.py176 LPFILETIME = PFILETIME = ctypes.POINTER(FILETIME) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ctypes/
Dwintypes.py176 LPFILETIME = PFILETIME = ctypes.POINTER(FILETIME) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ctypes/
Dwintypes.py176 LPFILETIME = PFILETIME = ctypes.POINTER(FILETIME) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ctypes/
Dwintypes.py176 LPFILETIME = PFILETIME = ctypes.POINTER(FILETIME) variable
/aosp_15_r20/external/python/cpython3/Lib/ctypes/
Dwintypes.py176 LPFILETIME = PFILETIME = ctypes.POINTER(FILETIME) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ctypes/
Dwintypes.py176 LPFILETIME = PFILETIME = ctypes.POINTER(FILETIME) variable
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs61544 pub type LPFILETIME = *mut _FILETIME; typedef
64000 lpLocalFileTime: LPFILETIME, in FileTimeToLocalFileTime()
64582 lpCreationTime: LPFILETIME, in GetFileTime()
64583 lpLastAccessTime: LPFILETIME, in GetFileTime()
64584 lpLastWriteTime: LPFILETIME, in GetFileTime()
64668 lpFileTime: LPFILETIME, in LocalFileTimeToFileTime()
66265 lpCreationTime: LPFILETIME, in GetProcessTimes()
66266 lpExitTime: LPFILETIME, in GetProcessTimes()
66267 lpKernelTime: LPFILETIME, in GetProcessTimes()
66268 lpUserTime: LPFILETIME, in GetProcessTimes()
[all …]