Skip to main content

Name

ec_bag_delref — Delete a reference to the specified bag

Synopsis

#include "ec_boh.h"

| void **ec_bag_delref** ( | bag); |   |

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

Description

Delete a reference to a bag created using ec_bag_create.

Parameters

bag

The bag you wish to delete.

Return Value

This function returns void.

Threading

It is legal to call this function in any thread.

Was this page helpful?