Write-only
 About Path Configurator

StoreConfiguration Method


Description

Saves the path configuration currently associated with channel (ch) to the specified configuration name.

 VB Syntax

pathMgr.StoreConfiguration ch, name

Variable

(Type) - Description

pathMgr

PathConfigurationManager (object)

ch

(Long) Channel number of the configuration to be saved.

name

(String) Configuration name. Factory configurations can NOT be overwritten. Specifying the name of a pre-defined factory configuration will result in an error.

Return Type

Not Applicable

Default

Not Applicable

Examples

path.StoreConfiguration(2) "myMixer"

C++ Syntax

HRESULT StoreConfiguration( long channelNum, BSTR configName );

Interface

IPathConfigurationManager


Last Modified:

14-Dec-2006

MX New topic