MFObjGetByIndex Method (IMFFrame)
object's index
object's ID
attached object
indicates whether a frame will be made local ("1") or not ("0")
Gets an attached object by its index.
Syntax
Sub MFObjGetByIndex( _
   ByVal _nIndex As Integer, _
   ByRef _pbsObjID As String, _
   ByRef _ppObj As Object, _
   ByVal _bMakeFrameLocal As Integer _
) 
void MFObjGetByIndex( 
   int _nIndex,
   out string _pbsObjID,
   out object _ppObj,
   int _bMakeFrameLocal
)
procedure MFObjGetByIndex( 
    _nIndex: Integer;
   Out  _pbsObjID: String;
   Out  _ppObj: TObject;
    _bMakeFrameLocal: Integer
); 
void MFObjGetByIndex( 
   int _nIndex,
   [PARAMFLAG::Out] BSTR* _pbsObjID,
   [PARAMFLAG::Out] IUnknown* _ppObj,
   int _bMakeFrameLocal
) 

Parameters

_nIndex
object's index
_pbsObjID
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