Returns plugin description. @return Plugin description, taken from resources.
| 33 | // @return Plugin description, taken from resources. |
| 34 | // |
| 35 | std::wstring InternalPlugin::Description() const |
| 36 | { |
| 37 | return (LPCWSTR) m_DescriptionString; |
| 38 | } |
| 39 | |
| 40 | // |
| 41 | // Returns plugin help text. |
nothing calls this directly
no outgoing calls
no test coverage detected