Home
last modified time | relevance | path

Searched defs:GetModuleHandleEx (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dlibloaderapi.h99 #define GetModuleHandleEx __MINGW_NAME_AW(GetModuleHandleEx) macro
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Dzsyscall_windows.go2362 func GetModuleHandleEx(flags uint32, moduleName *uint16, module *Handle) (err error) { func