Skip to main content

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.

Parameters

msg

A pointer to an ec_message struct. For documentation of this data structure see “ec_message”

key

Identifies the blobject to remove.

Return Values

Returns 1 if the object was found and removed, or 0 otherwise.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?