Skip to main content

Name

ec_bag_create — Create a bag

Synopsis

#include "ec_boh.h"

| ec_bag * **ec_bag_create** ( | ); |   |

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

Description

Create a bag. Use ec_bag_delref to destroy a bag created using this function.

Parameters

No parameters are passed to this function.

Return Value

This function returns an ec_bag.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?