Skip to main content

Name

ec_message_rsrc_free — Allows the underlying operating system to reclaim memory and objects associated with the given resource

Synopsis

#include "ec_message.h"

| void **ec_message_rsrc_free** ( | resource); |   |

ec_message_resource_t * <var class="pdparam">resource</var>;

Description

Note

This reference page was automatically generated from functions found in the header files in the development branch. The function described here may not exist in generally available versions of Momentum, and may change in behavior when it is generally available. Consult your vendor for definitive advice on the use of this function.

Allows the underlying operating system to reclaim memory and objects associated with the given resource.

This is a blocking operation. This is used for faster resource destruction in the underlying spool subsystem. The state of the resource store in relation to the in-memory state of the resource is undefined.

Parameters

resource

the resource to destruct

Was this page helpful?