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