Description

Sets a Connection Object property; the Connection Object is specified by the passed handle.

Syntax

flag = XOSetProperty (hXO, property, value, arg)

Parameters

The XOSetProperty function has the following parameters:

ParameterDescription
HXOHandle to the Connection Object.
PropertySee XOGetProperty() for list of properties.
valueProperty specific.
argProperty specific

XO properties are read-only and cannot be set.

Returns

True for success or False for failure.

See also

XOGetProperty()

  • No labels