Skip to main content
Version: 9.0.2

gr_context_max_fqn

#include <gre/gre.h>
int gr_context_max_fqn(
gr_action_context_t *action_context
);

The gr_context_max_fqn function estimates the maximum length a fully qualified name contained in an action context.

gr_context_max_fqn is used to estimate the maximum storage space needed to the longest fully qualified name for the action context.

Parameters

ParameterTypeDescription
action_contextgr_action_context_t *The action context to estimate the fully qualified name for.

Returns

TypeDescription
intThe estimated length for the maximum fully qualified name.