DeviceShowProps Method (IMFDevice)
device's type
property's type
window handle to display a property page
Shows device's property page.
Syntax
Sub DeviceShowProps( _
   ByVal _eDevType As eMFDeviceType, _
   ByVal _bsPropsType As String, _
   ByVal _lWndHandle As Long _
) 
procedure DeviceShowProps( 
    _eDevType: eMFDeviceType;
    _bsPropsType: String;
    _lWndHandle: Int64
); 

Parameters

_eDevType
device's type
_bsPropsType
property's type
_lWndHandle
window handle to display a property page
Example

Here is an example of how to show device's properties:

m_objLive.DeviceShowProps(eMFDeviceType.eMFDT_All, "", 0);
See Also

Reference

IMFDevice Interface
IMFDevice Members