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

Class AppCommand

WinArk/AppCommandBase.h:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3const CString DeletedPathBackup(L"SOFTWARE\\ScorpioSoftware\\RegExp\\__Deleted__\\");
4
5struct AppCommand abstract {
6 explicit AppCommand(const CString& name) : _cmdname(name) {}
7
8 virtual CString GetCommandName() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected