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

Method CWFPFilterTable

WinArk/WFPFilterTable.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96CWFPFilterTable::CWFPFilterTable(BarInfo& bars, TableInfo& table) :CTable(bars, table) {
97 SetTableWindowInfo(bars.nbar);
98 Refresh();
99}
100
101int CWFPFilterTable::ParseTableEntry(CString& s, char& mask, int& select, WFPFilterInfo& info, int column) {
102 switch (static_cast<TableColumn>(column))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected