PluginsGetByIndexVB6 Method (IMPlugins)
index of plugin
PluginsGetByIndex method for VB6
Syntax
Sub PluginsGetByIndexVB6( _
   ByVal _nIndex As Integer, _
   ByRef _ppPlugin As Object, _
   ByRef _pllCallbackUserData As Integer _
) 
void PluginsGetByIndexVB6( 
   int _nIndex,
   out object _ppPlugin,
   out int _pllCallbackUserData
)
procedure PluginsGetByIndexVB6( 
    _nIndex: Integer;
   Out  _ppPlugin: TObject;
   Out  _pllCallbackUserData: Integer
); 
void PluginsGetByIndexVB6( 
   int _nIndex,
   [PARAMFLAG::Out] IUnknown* _ppPlugin,
   [PARAMFLAG::Out] int _pllCallbackUserData
) 

Parameters

_nIndex
index of plugin
_ppPlugin
_pllCallbackUserData
Example

See Also

Reference

IMPlugins Interface
IMPlugins Members