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

/external/lzma/CPP/Windows/
H A DDLL.h19 HMODULE _module;
24 operator HMODULE() const { return _module; }
25 HMODULE* operator&() { return &_module; }
28 void Attach(HMODULE m)
33 HMODULE Detach()
35 HMODULE m = _module;
/external/opencv/cxcore/src/
H A Dcxswitcher.cpp321 typedef void* HMODULE; typedef
341 HMODULE handle;

Completed in 126 milliseconds