Sub MFObjGetByIndex( _ ByVal _nIndex As Integer, _ ByRef _pbsObjID As String, _ ByRef _ppObj As Object, _ ByVal _bMakeLocal As Integer _ )
void MFObjGetByIndex( int _nIndex, out string _pbsObjID, out object _ppObj, int _bMakeLocal )
procedure MFObjGetByIndex( _nIndex: Integer; Out _pbsObjID: String; Out _ppObj: TObject; _bMakeLocal: Integer );
void MFObjGetByIndex( int _nIndex, [PARAMFLAG::Out] BSTR* _pbsObjID, [PARAMFLAG::Out] IUnknown* _ppObj, int _bMakeLocal )
IMFFrame Interface IMFFrame Members