MFORMATSLib Namespace > IMFDevice Interface : DeviceShowProps Method |
Sub DeviceShowProps( _ ByVal _eDevType As eMFDeviceType, _ ByVal _bsPropsType As String, _ ByVal _lWndHandle As Long _ )
void DeviceShowProps( eMFDeviceType _eDevType, string _bsPropsType, long _lWndHandle )
procedure DeviceShowProps( _eDevType: eMFDeviceType; _bsPropsType: String; _lWndHandle: Int64 );
void DeviceShowProps( eMFDeviceType _eDevType, BSTR* _bsPropsType, long _lWndHandle )
Here is an example of how to show device's properties:
m_objLive.DeviceShowProps(eMFDeviceType.eMFDT_All, "", 0);