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

Method GetSingleOperationInfo

WinArk/MiniFilterOperationTable.cpp:317–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317std::wstring COperationTable::GetSingleOperationInfo(OperationCallbackInfo& info) {
318 CString text;
319 CString s;
320
321
322
323 text += L"\r\n";
324
325 return text.GetString();
326}
327
328LRESULT COperationTable::OnRefresh(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/) {
329 Refresh();

Callers

nothing calls this directly

Calls 1

GetStringMethod · 0.80

Tested by

no test coverage detected