This interface is implemented by Merge and enables a plugin file system component to store/restore configuration information. File system components can store/restore named values. Names are specific to each file system component and cannot be read/written by other file system components.
Properties
Doubleread/writeIHostConfig
Provides read/write access to a named double (floating point) value.
IDL |
[propget] HRESULT Double(
|
---|---|
.NET | Double
get_Double( |
strKeyName
A name for the double-value.
Longread/writeIHostConfig
Provides read/write access to a named long (signed 32-bit) value.
IDL |
[propget] HRESULT Long(
|
---|---|
.NET | Int32
get_Long( |
strKeyName
A name for the double-value.
Stringread/writeIHostConfig
Provides read/write access to a named string value.
IDL |
[propget] HRESULT String(
|
---|---|
.NET | String
get_String( |
strKeyName
A name for the double-value.