CanEasy COM-Help
|
Inherits IDispatch.
Collection of IHardwareConfiguration
Definition at line 8971 of file cand_tlb.idl.
HRESULT CanEasy::IHardwareConfigurationCol::AddCopyOfConfiguration | ( | [in] BSTR | sName, |
[in] IHardwareConfiguration * | pBase, | ||
[out, retval] IHardwareConfiguration ** | |||
) |
Adds a new configuration as copy
sName | Name of the configuration |
pBase | Pointer to configuration to copy |
HRESULT CanEasy::IHardwareConfigurationCol::AddEmptyConfiguration | ( | [in] BSTR | sName, |
[out, retval] IHardwareConfiguration ** | |||
) |
Adds a new empty configuration
sName | Name of the configuration |
HRESULT CanEasy::IHardwareConfigurationCol::Delete | ( | ) |
Deletes this collection
HRESULT CanEasy::IHardwareConfigurationCol::Export | ( | [in] BSTR | sFile | ) |
Exports all configurations to xml file
sFile | File to export |
HRESULT CanEasy::IHardwareConfigurationCol::Import | ( | [in] BSTR | sFile | ) |
Imports a configuration form xml file
sFile | File to import |
|
get |
Returns enumerator of type IEnumVARIANT
|
get |
Returns the count of hardware configurations
|
get |
Returns item by name or by index (starting from 1)
|
get |
Returns the workstation configuration.
Just this configuration is shared between all users and stored in xml file. All other configurations are saved in the workspace.