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

Method InternalPlugin

PathCopyCopy/plugins/src/InternalPlugin.cpp:56–62  ·  view source on GitHub ↗

Constructor. @param p_DescriptionStringResourceID ID of string resource containing plugin description. @param p_HelpTextStringResourceID ID of string resource containing plugin help text.

Source from the content-addressed store, hash-verified

54 // @param p_HelpTextStringResourceID ID of string resource containing plugin help text.
55 //
56 InternalPlugin::InternalPlugin(const unsigned short p_DescriptionStringResourceID,
57 const unsigned short p_HelpTextStringResourceID)
58 : Plugin(),
59 m_DescriptionString(MAKEINTRESOURCEW(p_DescriptionStringResourceID)),
60 m_HelpTextString(MAKEINTRESOURCEW(p_HelpTextStringResourceID))
61 {
62 }
63
64 } // namespace Plugins
65

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected