Skip to main content

Name

h_to_c — Returns the connection data associated with a connection_handle

Synopsis

#include "connection.h"

| connection * **h_to_c** ( | a); |   |

connection_handle * <var class="pdparam">a</var>;

Description

Returns the connection data associated with a connection_handle.

Parameters

a

A pointer to a connection_handle struct. For documentation of this data structure see “connection_handle”.

Return Values

This function returns the address of the connection data associated with the connection_handle.

Threading

It is only legal to call this function in the Scheduler thread.

Was this page helpful?