Home
last modified time | relevance | path

Searched defs:hmodule (Results 1 – 5 of 5) sorted by relevance

/external/lzma/CPP/Common/
DCommon0.h264 #define Z7_GET_PROC_ADDRESS(func_type, hmodule, func_name) \ argument
/external/lzma/CPP/7zip/UI/GUI/
DGUI.cpp69 const HMODULE hmodule = LoadLibrary(dllName); in GetDllVersion() local
/external/crosvm/gpu_display/src/vulkan/sys/
Dwindows.rs104 hmodule: isize, field
390 let hmodule = unsafe { GetModuleHandleW(null_mut()) }; in create_window() localVariable
/external/lzma/CPP/7zip/UI/FileManager/
DFM.cpp93 const HMODULE hmodule = LoadLibrary(dllName); in GetDllVersion() local
/external/crosvm/gpu_display/src/gpu_display_win/
Dwindow.rs881 let hmodule = unsafe { GetModuleHandleW(null_mut()) }; in get_current_module_handle() localVariable