> home > Custom Layer Boundary API

managed_object_get_type

January 19th 2020
Get a type code indicating what sort data is represented by a managed object

Signature

C++
Managed_Object_Type
managed_object_get_type(Application_Links* app,
                        Managed_Object object);

Parameters

app

the standard custom layer context pointer

object

the id of the object to query

Return

on success, when the object exists, the type code of the object, zero otherwise