MFFrameMakeLocal Method (MFFactoryClass)
source frame object
result frame
indicates whether will be a frame's clone created
Makes a local copy of external frame. For interprocess communication. Before use a frame from another process make sure that you call this method.
Syntax
Public Overridable Sub MFFrameMakeLocal( _
   ByVal _pMFFrame As Object, _
   ByRef _ppFrameLocal As MFFrame, _
   ByVal _bAlwaysClone As Integer _
) 
public virtual void MFFrameMakeLocal( 
   object _pMFFrame,
   out MFFrame _ppFrameLocal,
   int _bAlwaysClone
)
public procedure MFFrameMakeLocal( 
    _pMFFrame: TObject;
   Out  _ppFrameLocal: MFFrame;
    _bAlwaysClone: Integer
); virtual; 
public: virtual void MFFrameMakeLocal( 
   IUnknown* _pMFFrame,
   [PARAMFLAG::Out] MFFrame* _ppFrameLocal,
   int _bAlwaysClone
) 

Parameters

_pMFFrame
source frame object
_ppFrameLocal
result frame
_bAlwaysClone
indicates whether will be a frame's clone created
See Also

Reference

MFFactoryClass Class
MFFactoryClass Members