ec_blobject_addref
Last updated March 2020
Name
ec_blobject_addref — Increments the reference count of obj by 1
Synopsis
#include "ec_blobject.h"
| void **ec_blobject_addref** ( | obj); | |
Description
Increments the reference count of obj by 1.
- obj
-
A pointer to an “ec_blobject”.
This function returns void.
It is legal to call this function in any thread.
See Also
Was this page helpful?