PropsOptionGetCount Method (IMFProps)
property name
number of options
Gets number of options for the 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 name
_pnOptionCount
number of options
Example

See Also

Reference

IMFProps Interface
IMFProps Members