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

Method CDriverTable

WinArk/DriverTable.cpp:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected