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

Method CUnloadedDriverTable

WinArk/UnloadedDriverTable.cpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92CUnloadedDriverTable::CUnloadedDriverTable(BarInfo& bars, TableInfo& table) :CTable(bars, table) {
93 SetTableWindowInfo(bars.nbar);
94 Refresh();
95}
96
97int CUnloadedDriverTable::ParseTableEntry(CString& s, char& mask, int& select, UnloadedDriverInfo& info, int column) {
98 switch (column)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected