Skip to main content

Name

ec_config_fetch_globalconf — Return the current configuration context

Synopsis

#include "ec_config.h"

| ec_config_header * **ec_config_fetch_globalconf** ( | ); |   |

void<var class="pdparam"></var>;

Description

Return the current configuration context.

Parameters

No parameters are passed to this function.

Return Values

This function returns an ec_config_header; use ec_config_release_scope_instance when you no longer need the ec_config_header. Do not directly change any of the members of an ec_config_header; use the appropriate API.

Threading

It is legal to call this function in any thread.

Was this page helpful?