Home | History | Annotate | Download | only in win

Lines Matching refs:HMODULE

78   explicit PEImage(HMODULE module) : module_(module) {}
80 module_ = reinterpret_cast<HMODULE>(const_cast<void*>(module));
83 // Gets the HMODULE for this object.
84 HMODULE module() const;
86 // Sets this object's HMODULE.
87 void set_module(HMODULE module);
223 HMODULE module_;
230 explicit PEImageAsData(HMODULE hModule) : PEImage(hModule) {}
247 inline HMODULE PEImage::module() const {