MFObjGet Method (IMFFrame)
object's ID
attached object
indicates whether a frame will be made local ("1") or not ("0")
Gets an attached object by its ID
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's ID
_ppObj
attached object
_bMakeFrameLocal
indicates whether a frame will be made local ("1") or not ("0")
See Also

Reference

IMFFrame Interface
IMFFrame Members