MFORMATSLib Namespace > MFReaderClass Class : SendersGetByIndex Method |
Public Overridable Sub SendersGetByIndex( _ ByVal _nIndex As Integer, _ ByRef _pbsName As String, _ ByRef _pVidProps As M_VID_PROPS, _ ByRef _pAudProps As M_AUD_PROPS _ )
public virtual void SendersGetByIndex( int _nIndex, out string _pbsName, out M_VID_PROPS _pVidProps, out M_AUD_PROPS _pAudProps )
public procedure SendersGetByIndex( _nIndex: Integer; Out _pbsName: String; Out _pVidProps: M_VID_PROPS; Out _pAudProps: M_AUD_PROPS ); virtual;
public: virtual void SendersGetByIndex( int _nIndex, [PARAMFLAG::Out] BSTR* _pbsName, [PARAMFLAG::Out] M_VID_PROPS _pVidProps, [PARAMFLAG::Out] M_AUD_PROPS _pAudProps )