> home > Custom Layer Boundary API

managed_scope_attachment_erase

January 19th 2020
Free an attachment on a managed scope

Signature

C++
b32
managed_scope_attachment_erase(Application_Links* app,
                               Managed_Scope scope,
                               Managed_ID id);

Parameters

app

the standard custom layer context pointer

scope

the id of the scope to modify

id

the id of the attachment to modify

Return

non-zero when the scope exists, zero otherwise