2.5.77 DConnParamBindingValType

The DConnParamBindingValType structure specifies properties for a data connection parameter.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

wBindingValueGrbit

rgbBindingValue (variable)

...

wBindingValueGrbit (2 bytes): An unsigned integer that specifies the data type of the parameter. MUST be a value from the table as specified in the rgbBindingValue field.

rgbBindingValue (variable): A variable type field whose type and meaning are specified by the value of wBindingValueGrbit as specified in the following table:

wBindingValueGrbit Value

Meaning

0x0001

An Xnum (section 2.5.342) that specifies the value for a parameter that has a numeric data type.

0x0002

A DConnParamBindingValString that specifies the value for a parameter that has a string data type.

0x0004

A DConnParamBindingValByte that specifies the value for a parameter that has a Boolean data type.

0x0800

A DConnParamBindingValInt that specifies the value for a parameter that has an integer data type.