MFFrameMakeLocal Method (IMFFactory)
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
Sub MFFrameMakeLocal( _
   ByVal _pMFFrame As Object, _
   ByRef _ppFrameLocal As MFFrame, _
   ByVal _bAlwaysClone As Integer _
) 
void MFFrameMakeLocal( 
   object _pMFFrame,
   out MFFrame _ppFrameLocal,
   int _bAlwaysClone
)
procedure MFFrameMakeLocal( 
    _pMFFrame: TObject;
   Out  _ppFrameLocal: MFFrame;
    _bAlwaysClone: Integer
); 
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

IMFFactory Interface
IMFFactory Members