MCPcopy Create free account
hub / github.com/acl-dev/acl / SetHWnd

Method SetHWnd

lib_acl_cpp/samples/HttpClient/HttpDownload.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40#ifdef WIN32
41void CHttpDownload::SetHWnd(HWND hWnd)
42{
43 hWnd_ = hWnd;
44}
45#endif
46
47const acl::string* CHttpDownload::get_body()

Callers 1

OnBnClickedDownloadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected