MFObjGet Method (IMFSideData)
object ID
object itself
1 - makes MFFrame local, 0 - leave it as is
Gets internal object (added to a frame)
Syntax
Sub MFObjGet( _
   ByVal _bsObjID As String, _
   ByRef _ppObj As Object, _
   ByVal _bMakeFrameLocal As Integer _
) 
void MFObjGet( 
   string _bsObjID,
   out object _ppObj,
   int _bMakeFrameLocal
)
procedure MFObjGet( 
    _bsObjID: String;
   Out  _ppObj: TObject;
    _bMakeFrameLocal: Integer
); 
void MFObjGet( 
   BSTR* _bsObjID,
   [PARAMFLAG::Out] IUnknown* _ppObj,
   int _bMakeFrameLocal
) 

Parameters

_bsObjID
object ID
_ppObj
object itself
_bMakeFrameLocal
1 - makes MFFrame local, 0 - leave it as is
See Also

Reference

IMFSideData Interface
IMFSideData Members