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

Method Register

app/net_tools/SingleCtrl.cpp:40–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void CSingleCtrl::Register()
41{
42 HWND hWnd = AfxGetApp()->m_pMainWnd->GetSafeHwnd();
43 ASSERT(hWnd);
44 ::SetProp(hWnd, m_sExeName.GetString(), (HANDLE) 1);
45 TRACE("Register: %s\r\n", m_sExeName.GetString());
46}
47
48void CSingleCtrl::Remove()
49{

Callers 1

OnInitDialogMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected