MFStrGetByIndex Method (IMFSideData)
string index
string ID
string itself
Gets a string data by its index
Syntax
Sub MFStrGetByIndex( _
   ByVal _nIndex As Integer, _
   ByRef _pbsStrID As String, _
   ByRef _pbsString As String _
) 
void MFStrGetByIndex( 
   int _nIndex,
   out string _pbsStrID,
   out string _pbsString
)
procedure MFStrGetByIndex( 
    _nIndex: Integer;
   Out  _pbsStrID: String;
   Out  _pbsString: String
); 
void MFStrGetByIndex( 
   int _nIndex,
   [PARAMFLAG::Out] BSTR* _pbsStrID,
   [PARAMFLAG::Out] BSTR* _pbsString
) 

Parameters

_nIndex
string index
_pbsStrID
string ID
_pbsString
string itself
See Also

Reference

IMFSideData Interface
IMFSideData Members