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
| Parameter | Type | Description |
|---|---|---|
action_context | gr_action_context_t * | The action context to estimate the fully qualified name for. |
Returns
| Type | Description |
|---|---|
int | The estimated length for the maximum fully qualified name. |