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

Parameters

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

Reference

MFrameClass Class
MFrameClass Members