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

Parameters

_ppProxy
MProxy object
_bsProps
additional properties
See Also

Reference

IMFactory Interface
IMFactory Members