> home > Custom Layer Boundary API

managed_id_get

January 19th 2020
Like managed_id_declare except never returns new ids, only ids that have already been declared.

Signature

C++
Managed_ID
managed_id_get(Application_Links* app,
               String_Const_u8 group,
               String_Const_u8 name);

Parameters

app

the standard custom layer context pointer

group

a name identifying a managed id group

name

a name identifying a managed id

Return

the id assigned to the given (group, name) pair

Details

managed_id_declare

Related