Skip to main content

Name

is_adaptive_scope_global — check if a binding/domain pair's adaptive scope is global or not

Synopsis

#include "modules/generic/adaptive.h"

| int **is_adaptive_scope_global** ( | bname, |   | |   | domain); |   |

const char * <var class="pdparam">bname</var>; const char * <var class="pdparam">domain</var>;

Description

Note

This reference page was automatically generated from functions found in the header files in the development branch. The function described here may not exist in generally available versions of Momentum, and may change in behavior when it is generally available. Consult your vendor for definitive advice on the use of this function.

check if a binding/domain pair's adaptive scope is global or not

Parameters

binding

name

domain

name

Return Values

1 -- the scope is global; 0 -- the scope is local.

Was this page helpful?