DeviceOpen Method (IMFDevice)
device's configuration
additional properties
Open a device for work
Syntax
Sub DeviceOpen( _
   ByVal _bsDeviceConfig As String, _
   ByVal _bsPropsList As String _
) 
procedure DeviceOpen( 
    _bsDeviceConfig: String;
    _bsPropsList: String
); 
void DeviceOpen( 
   BSTR* _bsDeviceConfig,
   BSTR* _bsPropsList
) 

Parameters

_bsDeviceConfig
device's configuration
_bsPropsList
additional properties
See Also

Reference

IMFDevice Interface
IMFDevice Members