Skip to main content

Name

scpt_push_object2 — Box a C structure to pass into a scriptlet routine

Synopsis

#include "modules/scriptlets/ec_scriptlet.h"

| void **scpt_push_object2** ( | thr, |   | |   | objtype, |   | |   | object); |   |

scpt_thread * <var class="pdparam">thr</var>; scpt_objtype * <var class="pdparam">objtype</var>; void * <var class="pdparam">object</var>;

Description

Box a C structure to pass into a scriptlet routine.

Parameters

thr

The script thread. For a description of this data type see “scpt_thread”.

objtype

The object type.

object

A pointer to the object.

Return Value

This function returns void.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?