KI_HANDLE_GET_ATTR
Argument | Enumeration | Purpose |
---|---|---|
handle | Table handle | |
eAttr | KDB_HANDLE_ATTR_ENUM | attribute |
value | Value | |
status | KDB_ERROR_ENUM | Return status |
KI_HANDLE_GET_ATTR
This function is used to inspect numeric attributes of a database handle. Generally these attributes were set using the complementary KI_HANDLE_SET_ATTR function after the handle has been allocated with KI_ALLOC_HANDLE. Handles also have string attributes that are set with KI_HANDLE_SET_ATTR_STR and inspected with KI_HANDLE_GET_ATTR_STR.
Valid attributes and the enumeration that define them may be found in this page and in the constants list here.