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

Parameters

_nIndex
index of plugin
_ppPlugin
_pllCallbackUserData
Example

See Also

Reference

MWriterClass Class
MWriterClass Members