PropsOptionGetByIndex Method (IMFProps)
property's full name (with all nodes)
option's index
option value
help string about the option
Gets an option for a property
Syntax
Sub PropsOptionGetByIndex( _
   ByVal _bsPropName As String, _
   ByVal _nOptionIdx As Integer, _
   ByRef _pbsOptionValue As String, _
   ByRef _pbsHelp As String _
) 
void PropsOptionGetByIndex( 
   string _bsPropName,
   int _nOptionIdx,
   out string _pbsOptionValue,
   out string _pbsHelp
)
procedure PropsOptionGetByIndex( 
    _bsPropName: String;
    _nOptionIdx: Integer;
   Out  _pbsOptionValue: String;
   Out  _pbsHelp: String
); 
void PropsOptionGetByIndex( 
   BSTR* _bsPropName,
   int _nOptionIdx,
   [PARAMFLAG::Out] BSTR* _pbsOptionValue,
   [PARAMFLAG::Out] BSTR* _pbsHelp
) 

Parameters

_bsPropName
property's full name (with all nodes)
_nOptionIdx
option's index
_pbsOptionValue
option value
_pbsHelp
help string about the option
See Also

Reference

IMFProps Interface
IMFProps Members