Home
last modified time | relevance | path

Searched defs:LPCVOID (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dmapinls.h58 typedef const void *LPCVOID; typedef
Dminwindef.h156 typedef CONST void *LPCVOID; typedef
Dwinscard.h27 typedef const VOID *LPCVOID; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/memmap2/src/
Dwindows.rs17 type LPCVOID = *const c_void; typedef
113 fn FlushViewOfFile(lpBaseAddress: LPCVOID, dwNumberOfBytesToFlush: SIZE_T) -> BOOL; in FlushViewOfFile()
/aosp_15_r20/external/python/cpython2/Lib/ctypes/
Dwintypes.py37 LPCVOID = LPVOID = c_void_p variable
/aosp_15_r20/external/chromium-trace/catapult/third_party/pyserial/serial/
H A Dwin32.py89 LPCVOID = c_void_p variable
/aosp_15_r20/external/python/pyserial/serial/
Dwin32.py110 LPCVOID = c_void_p variable
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/
H A Dwintypes.py38 LPCVOID = LPVOID = ctypes.c_void_p variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ctypes/
Dwintypes.py38 LPCVOID = LPVOID = ctypes.c_void_p variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ctypes/
Dwintypes.py38 LPCVOID = LPVOID = ctypes.c_void_p variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ctypes/
Dwintypes.py38 LPCVOID = LPVOID = ctypes.c_void_p variable
/aosp_15_r20/external/python/cpython3/Lib/ctypes/
Dwintypes.py38 LPCVOID = LPVOID = ctypes.c_void_p variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ctypes/
Dwintypes.py38 LPCVOID = LPVOID = ctypes.c_void_p variable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dc.rs31 pub type LPCVOID = *const c_void; typedef
H A Dfs.rs1428 lpData: c::LPCVOID, in copy()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dc.rs31 pub type LPCVOID = *const c_void; typedef
H A Dfs.rs1428 lpData: c::LPCVOID, in copy()
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs20903 pub type LPCVOID = *const ::std::os::raw::c_void; typedef
64791 lpBuffer: LPCVOID, in WriteFile()
64800 lpBuffer: LPCVOID, in WriteFileEx()
66538 pub fn FlushInstructionCache(hProcess: HANDLE, lpBaseAddress: LPCVOID, dwSize: SIZE_T) -> BOOL; in FlushInstructionCache()
67575 lpAddress: LPCVOID, in VirtualQuery()
67601 lpAddress: LPCVOID, in VirtualQueryEx()
67609 lpBaseAddress: LPCVOID, in ReadProcessMemory()
67619 lpBuffer: LPCVOID, in WriteProcessMemory()
67669 pub fn FlushViewOfFile(lpBaseAddress: LPCVOID, dwNumberOfBytesToFlush: SIZE_T) -> BOOL; in FlushViewOfFile()
68282 lpEnclaveInformation: LPCVOID, in CreateEnclave()
[all …]