PropsOptionGetCount Method (IMFProps)
property's full name (with all nodes)
number of available options
Gets a number of available option for a selected property
Syntax
Sub PropsOptionGetCount( _
   ByVal _bsPropName As String, _
   ByRef _pnOptionCount As Integer _
) 
void PropsOptionGetCount( 
   string _bsPropName,
   out int _pnOptionCount
)
procedure PropsOptionGetCount( 
    _bsPropName: String;
   Out  _pnOptionCount: Integer
); 
void PropsOptionGetCount( 
   BSTR* _bsPropName,
   [PARAMFLAG::Out] int _pnOptionCount
) 

Parameters

_bsPropName
property's full name (with all nodes)
_pnOptionCount
number of available options
See Also

Reference

IMFProps Interface
IMFProps Members