MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / CServiceTable

Method CServiceTable

WinArk/ServiceTable.cpp:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10const CString AccessDenied(L"<access denied>");
11
12CServiceTable::CServiceTable(BarInfo& bars, TableInfo& table)
13 :CTable(bars, table) {
14 SetTableWindowInfo(bars.nbar);
15 Refresh();
16}
17
18LRESULT CServiceTable::OnCreate(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/) {
19 return 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected