Name
ec_bag_create — Create a bag
Synopsis
#include "ec_boh.h"
| ec_bag * **ec_bag_create** (
| )
; | |
Description
Create a bag. Use ec_bag_delref to destroy a bag created using this function.
No parameters are passed to this function.
This function returns an ec_bag.
It is legal to call this function in any thread.
See Also
Was this page helpful?