Echelon OpenLDV Manual de usuario Pagina 171

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 194
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 170
OpenLDV Programmer’s Guide 163
Syntax
C++ STDMETHOD(SetInstance)(BSTR instance)
Visual Basic Sub SetInstance(ByVal instance As String)
Table 43. SetInstance Parameters
Parameter Description
instance Name of the lookup extension instance. Defaults to the profile name,
if not configured in the profile.
Returns
Standard xDriver LdvxResult (HRESULT) describing the result of the call.
SetOptions Method
Applies to: xDriver Lookup Extension Component
This method passes an arbitrary options string from the profile to the xDriver
lookup extension component. For example, this string can specify a database
path or a dial-up-networking prefix, depending on the needs of a custom
extension.
You can set the lookup options string to be used by a given xDriver profile with
the OpenLDV xDriver Profile Editor. For more information, see see xDriver
Profiles on page 134.
Syntax
C++ STDMETHOD(SetOptions)(BSTR options)
Visual Basic Sub SetOptions(ByVal options As String)
Table 44. SetOptions Parameters
Parameter Description
options Arbitrary options string (defaults to empty string).
Returns
Standard xDriver LdvxResult (HRESULT) describing the result of the call.
Vista de pagina 170
1 2 ... 166 167 168 169 170 171 172 173 174 175 176 ... 193 194

Comentarios a estos manuales

Sin comentarios