Objects_Information * _Objects_Get_information(Objects_APIs the_api, uint16_t the_class)
Gets object information.
Objects_Information * _Objects_Get_information_id(Objects_Id id)
Gets information of an object from an ID.
Inlined Routines in the Object Handler.
static __inline__ uint32_t _Objects_Get_class(Objects_Id id)
Returns the class portion of the ID.
static __inline__ Objects_APIs _Objects_Get_API(Objects_Id id)
Returns the API portion of the ID.