MFDataGetByIndex Method (IMFSideData)
data index
data ID
size of the data
pointer to the data
Gets data by its index
Syntax
Sub MFDataGetByIndex( _
   ByVal _nIndex As Integer, _
   ByRef _pbsDataID As String, _
   ByRef _pcbANCData As Integer, _
   ByRef _ppbANCData As Long _
) 
void MFDataGetByIndex( 
   int _nIndex,
   out string _pbsDataID,
   out int _pcbANCData,
   out long _ppbANCData
)
procedure MFDataGetByIndex( 
    _nIndex: Integer;
   Out  _pbsDataID: String;
   Out  _pcbANCData: Integer;
   Out  _ppbANCData: Int64
); 
void MFDataGetByIndex( 
   int _nIndex,
   [PARAMFLAG::Out] BSTR* _pbsDataID,
   [PARAMFLAG::Out] int _pcbANCData,
   [PARAMFLAG::Out] long _ppbANCData
) 

Parameters

_nIndex
data index
_pbsDataID
data ID
_pcbANCData
size of the data
_ppbANCData
pointer to the data
See Also

Reference

IMFSideData Interface
IMFSideData Members