MCPcopy Create free account
hub / github.com/clechasseur/pathcopycopy / RegCOMPluginProvider

Method RegCOMPluginProvider

PathCopyCopy/src/PathCopyCopySettings.cpp:1538–1542  ·  view source on GitHub ↗

Constructor. @param p_PluginsKey Registry key storing (COM) plugins.

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected