Returns plugin help text. @return Plugin help text, taken from resources.
| 43 | // @return Plugin help text, taken from resources. |
| 44 | // |
| 45 | std::wstring InternalPlugin::HelpText() const |
| 46 | { |
| 47 | return (LPCWSTR) m_HelpTextString; |
| 48 | } |
| 49 | |
| 50 | // |
| 51 | // Constructor. |
nothing calls this directly
no outgoing calls
no test coverage detected