Returns the plugin description. @return Plugin description.
| 121 | // @return Plugin description. |
| 122 | // |
| 123 | std::wstring COMPlugin::Description() const |
| 124 | { |
| 125 | // Return cached description. |
| 126 | return m_Description; |
| 127 | } |
| 128 | |
| 129 | // |
| 130 | // Returns the plugin help text. |
nothing calls this directly
no outgoing calls
no test coverage detected