Home
last modified time | relevance | path

Searched defs:LPBYTE (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/chromium-trace/catapult/third_party/pyserial/serial/tools/
H A Dlist_ports_windows.py29 LPBYTE = PBYTE = ctypes.c_void_p # XXX avoids error about types variable
/aosp_15_r20/external/python/pyserial/serial/tools/
Dlist_ports_windows.py42 LPBYTE = PBYTE = ctypes.c_void_p # XXX avoids error about types variable
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dminwindef.h145 typedef BYTE *LPBYTE; typedef
Dmapi.h25 typedef unsigned char *LPBYTE; typedef
Dscardssp.h145 typedef BYTE *LPBYTE; typedef
Dwabdefs.h55 typedef BYTE *LPBYTE; typedef
Dmapidefs.h53 typedef BYTE *LPBYTE; typedef
Dnetmon.h63 typedef BYTE *LPBYTE; typedef
Diads.h608 typedef unsigned char *LPBYTE; typedef
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/
H A Dwintypes.py172 LPBYTE = PBYTE = ctypes.POINTER(BYTE) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ctypes/
Dwintypes.py172 LPBYTE = PBYTE = ctypes.POINTER(BYTE) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ctypes/
Dwintypes.py172 LPBYTE = PBYTE = ctypes.POINTER(BYTE) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ctypes/
Dwintypes.py172 LPBYTE = PBYTE = ctypes.POINTER(BYTE) variable
/aosp_15_r20/external/python/cpython3/Lib/ctypes/
Dwintypes.py172 LPBYTE = PBYTE = ctypes.POINTER(BYTE) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ctypes/
Dwintypes.py172 LPBYTE = PBYTE = ctypes.POINTER(BYTE) variable
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs20894 pub type LPBYTE = *mut BYTE; typedef
71889 lpBuffer: LPBYTE, in BackupRead()
71910 lpBuffer: LPBYTE, in BackupWrite()
88446 pData16: LPBYTE, in GetWinMetaFileBits()
88875 aj: LPBYTE, in GetPath()
110438 lpData: LPBYTE, in RegEnumValueA()
110450 lpData: LPBYTE, in RegEnumValueW()
110593 lpData: LPBYTE, in RegQueryValueExA()
110603 lpData: LPBYTE, in RegQueryValueExW()
112860 pData: LPBYTE, in DdeClientTransaction()
[all …]