Home | History | Annotate | Download | only in win

Lines Matching refs:HMODULE

82   explicit PEImage(HMODULE module) : module_(module) {}
84 module_ = reinterpret_cast<HMODULE>(const_cast<void*>(module));
87 // Gets the HMODULE for this object.
88 HMODULE module() const;
90 // Sets this object's HMODULE.
91 void set_module(HMODULE module);
227 HMODULE module_;
234 explicit PEImageAsData(HMODULE hModule) : PEImage(hModule) {}
251 inline HMODULE PEImage::module() const {