Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== GetPluginList ====== Method of [[:scripting:api:plugin-factory:start|IPluginFactory]] ===== Description ===== Returns list of register plugins ===== Parameters ===== * [[scripting:api:data-type:ULONG|ULONG]] **celt** * [[scripting:api:data-type:BSTR|BSTR]] **ppGUIDs** * [[scripting:api:data-type:ULONG|ULONG]] **pceltFetched** ===== Syntax ===== ==== JavaScript ==== <code javascript> PluginFactory.GetPluginList(celt, ppGUIDs, pceltFetched); </code>==== Visual Basic Script ==== <code vb> PluginFactory.GetPluginList celt, ppGUIDs, pceltFetched </code>==== C++ ==== <code cpp> HRESULT hr = PluginFactory.GetPluginList(celt, ppGUIDs, pceltFetched); </code>===== See Also ===== [[:scripting:api:plugin-factory:start|IPluginFactory]] ~~NOTOC~~