MFObjGetByIndex Method (IMFSideData)
object index
object ID
object itself
1 - makes MFFrame local, 0 - leave it as is
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 index
_pbsObjID
object ID
_ppObj
object itself
_bMakeFrameLocal
1 - makes MFFrame local, 0 - leave it as is
See Also

Reference

IMFSideData Interface
IMFSideData Members