Name
h_to_c — Returns the connection data associated with a connection_handle
Synopsis
#include "connection.h"
| connection * **h_to_c** ( | a); | |
Description
Returns the connection data associated with a connection_handle.
- a
-
A pointer to a
connection_handlestruct. For documentation of this data structure see “connection_handle”.
This function returns the address of the connection data associated with the connection_handle.
It is only legal to call this function in the Scheduler thread.
Was this page helpful?