MPLATFORMLib Namespace > MRendererClass Class : DeviceShowProps Method |
Public Overridable Sub DeviceShowProps( _ ByVal _bsType As String, _ ByVal _bsPropsType As String, _ ByVal _lWndHandle As Long _ )
public virtual void DeviceShowProps( string _bsType, string _bsPropsType, long _lWndHandle )
public procedure DeviceShowProps( _bsType: String; _bsPropsType: String; _lWndHandle: Int64 ); virtual;
public: virtual void DeviceShowProps( BSTR* _bsType, BSTR* _bsPropsType, long _lWndHandle )
m_objMLive.DeviceShowProps("audio", "device", 0)
m_objMLive.DeviceShowProps("audio", "device", 0);
m_objMLive.DeviceShowProps('audio', 'device', 0);