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

Method CIoTimerTable

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

Source from the content-addressed store, hash-verified

92
93
94CIoTimerTable::CIoTimerTable(BarInfo& bars, TableInfo& table)
95 : CTable(bars, table) {
96 SetTableWindowInfo(bars.nbar);
97
98}
99
100int CIoTimerTable::ParseTableEntry(CString& s, char& mask, int& select, std::shared_ptr<IoTimerInfo>& info, int column) {
101 // DeviceObject,Type,TimerFlag,TimerRoutine, CompanyName, DriverPath

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected