Name
ec_bag_delref — Delete a reference to the specified bag
Synopsis
#include "ec_boh.h"
| void **ec_bag_delref** (
| bag)
; | |
Description
Delete a reference to a bag created using ec_bag_create.
- bag
-
The bag you wish to delete.
This function returns void.
It is legal to call this function in any thread.
Was this page helpful?