> home > Custom Layer Boundary API

destroy_user_managed_scope

January 19th 2020
Destroy a managed scope that was previously created by the user

Signature

C++
b32
destroy_user_managed_scope(Application_Links* app,
                           Managed_Scope scope);

Parameters

app

the standard custom layer context pointer

scope

the id of the managed scope to destroy

Return

non-zero if the scope exists, zero otherwise