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

Method CDpcTimerTable

WinArk/DPCTimerTable.cpp:94–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92
93
94CDpcTimerTable::CDpcTimerTable(BarInfo& bars, TableInfo& table)
95 : CTable(bars, table) {
96 SetTableWindowInfo(bars.nbar);
97
98}
99
100int CDpcTimerTable::ParseTableEntry(CString& s, char& mask, int& select, std::shared_ptr<DpcTimerInfo>& info, int column) {
101 // Timer,DPC,Routine,DueTime,Period,CompanyName,DriverPath

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected