Lines Matching refs:HWND
105 HWND handle() const { return wnd_; } in handle()
109 VideoRenderer(HWND wnd,
133 HWND wnd_;
168 static LRESULT CALLBACK WndProc(HWND hwnd, UINT msg, WPARAM wp, LPARAM lp);
171 void CreateChildWindow(HWND* wnd,
187 HWND wnd_;
189 HWND edit1_;
190 HWND edit2_;
191 HWND label1_;
192 HWND label2_;
193 HWND button_;
194 HWND listbox_;