Following is the definition of the mco_uda_object_handle_t structure, used for calls to functions such as mco_uda_put(), mco_uda_get() and mco_uda_from_cursor(), as defined in mcouda.h:
typedef struct tag_mco_uda_object_handle_t_ {
MCO_Hf obj;
unsigned short struct_no;
} mco_uda_object_handle_t, * mco_uda_object_handle_p;
This structure contains the handle obj of the object and its struct_no.