Home
last modified time | relevance | path

Searched defs:GetModuleHandleA (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/win32/
H A Dapr_dbg_win32_handles.h132 #define GetModuleHandleA(nm) apr_dbg_rv(GetModuleHandleA,(nm)) macro
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/c/
H A Dwindows_sys.rs307 pub fn GetModuleHandleA(lpmodulename: PCSTR) -> HMODULE; in GetModuleHandleA() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/c/
H A Dwindows_sys.rs307 pub fn GetModuleHandleA(lpmodulename: PCSTR) -> HMODULE; in GetModuleHandleA() function
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs68848 pub fn GetModuleHandleA(lpModuleName: LPCSTR) -> HMODULE; in GetModuleHandleA() function