Home
last modified time | relevance | path

Searched defs:GetModuleHandleW (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.h133 #define GetModuleHandleW(nm) apr_dbg_rv(GetModuleHandleW,(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.rs311 pub fn GetModuleHandleW(lpmodulename: PCWSTR) -> HMODULE; in GetModuleHandleW() 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.rs311 pub fn GetModuleHandleW(lpmodulename: PCWSTR) -> HMODULE; in GetModuleHandleW() function
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs68851 pub fn GetModuleHandleW(lpModuleName: LPCWSTR) -> HMODULE; in GetModuleHandleW() function