ec_message_blobject_remove
Name
ec_message_blobject_remove — Remove a blobject tag
Synopsis
#include "ec_message.h"
| int **ec_message_blobject_remove** (
| msg, | |
| | key)
; | |
ec_message * <var class="pdparam">msg</var>
;
const char * <var class="pdparam">key</var>
;
Description
Remove a blobject tag. If the object is found in the hash, delete the reference to it.
- msg
-
A pointer to an ec_message struct. For documentation of this data structure see “ec_message”
- key
-
Identifies the blobject to remove.
Returns 1 if the object was found and removed, or 0 otherwise.
It is legal to call this function in any thread.