MProxyCreate Method (MFactoryClass)
MProxy object
additional properties
creates MProxy object
Syntax
Public Overridable Sub MProxyCreate( _
   ByRef _ppProxy As IMReceiver, _
   ByVal _bsProps As String _
) 
public virtual void MProxyCreate( 
   out IMReceiver _ppProxy,
   string _bsProps
)
public procedure MProxyCreate( 
   Out  _ppProxy: IMReceiver;
    _bsProps: String
); virtual; 
public: virtual void MProxyCreate( 
   [PARAMFLAG::Out] IMReceiver* _ppProxy,
   BSTR* _bsProps
) 

Parameters

_ppProxy
MProxy object
_bsProps
additional properties
See Also

Reference

MFactoryClass Class
MFactoryClass Members