KI_CONNECT_GET_ATTR
Argument | Enumeration | Purpose |
---|---|---|
connection | Connection handle | |
eAttr | KDB_CONNECT_ATTR_ENUM | attribute |
value | Value | |
status | KDB_ERROR_ENUM | Return status |
KI_CONNECT_GET_ATTR
This function is used to inspect attributes of a connnection handle. Generally these attributes were set using the complementary KI_CONNECT_SET_ATTR 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.