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
Double
| IDL | [propget] HRESULT Double([in] BSTR strKeyName, [out, retval] double* pValue) |
|---|---|
| .NET | Double get_Double(String strKeyName) |
| VB6 | Double(strKeyName As String) As Double |
Provides read/write access to a named double (floating point) value.
The property is read/write.
Arguments
-
strKeyName
A name for the double-value.
Long
| IDL | [propget] HRESULT Long([in] BSTR strKeyName, [out, retval] long* pValue) |
|---|---|
| .NET | Int32 get_Long(String strKeyName) |
| VB6 | Long(strKeyName As String) As Long |
Provides read/write access to a named long (signed 32-bit) value.
The property is read/write.
Arguments
-
strKeyName
A name for the double-value.
String
| IDL | [propget] HRESULT String([in] BSTR strKeyName, [out, retval] BSTR* pValue) |
|---|---|
| .NET | String get_String(String strKeyName) |
| VB6 | String(strKeyName As String) As String |
Provides read/write access to a named string value.
The property is read/write.
Arguments
-
strKeyName
A name for the double-value.
| Related topics |
|---|
