KI_CONNECT_GET_ATTR_STR
| Argument | Enumeration | Purpose |
|---|---|---|
| connection | Connection handle | |
| eAttr | KDB_CONNECT_ATTR_ENUM | attribute |
| sValue$ | Value | |
| nLen | number of bytes in string | |
| status | KDB_ERROR_ENUM | Return status |
KI_CONNECT_GET_ATTR_STR
This function is used to inspect string attributes of a connnection handle. Generally these attributes were set using the complementary KI_CONNECT_SET_ATTR_STR function after the connection handle has been allocated with KI_ALLOC_CONNECT but before the connection is established with KI_CONNECT. However attributes can be inspected at any time in the life of a connection.
Valid attributes and the enumeration that define them may be found in this page and in the constants list here.