Searched defs:HMODULE (Results 1 - 2 of 2) sorted by relevance

/external/lzma/CPP/Windows/
H A DDLL.h19 bool LoadOperations(HMODULE newModule);
21 HMODULE _module;
26 operator HMODULE() const { return _module; }
27 HMODULE* operator&() { return &_module; }
30 void Attach(HMODULE m)
35 HMODULE Detach()
37 HMODULE m = _module;
52 bool MyGetModuleFileName(HMODULE hModule, CSysString &result);
54 bool MyGetModuleFileName(HMODULE hModule, UString &result);
/external/opencv/cxcore/src/
H A Dcxswitcher.cpp321 typedef void* HMODULE; typedef
341 HMODULE handle;

Completed in 74 milliseconds