Skip to main content

Name

ec_bag_addref — Add a reference to a bag

Synopsis

#include "ec_boh.h"

| ec_bag * **ec_bag_addref** ( | bag); |   |

ec_bag * <var class="pdparam">bag</var>;

Description

Add a reference to the bag.

Parameters

bag

The ec_bag.

Return Values

This function returns a reference to an ec_bag.

Threading

It is legal to call this function in any thread.

Was this page helpful?