Constructor. @param p_PluginsKey Registry key storing (COM) plugins.
| 1536 | // @param p_PluginsKey Registry key storing (COM) plugins. |
| 1537 | // |
| 1538 | Settings::RegCOMPluginProvider::RegCOMPluginProvider(const RegKey& p_PluginsKey) noexcept |
| 1539 | : COMPluginProvider(), |
| 1540 | m_PluginsKey(p_PluginsKey) |
| 1541 | { |
| 1542 | } |
| 1543 | |
| 1544 | // |
| 1545 | // Returns a list of registered COM plugins. |
nothing calls this directly
no outgoing calls
no test coverage detected