PhReleaseTransportCtrl()

Free a PhTransportCtrl_t structure

Synopsis:

void PhReleaseTransportCtrl(
        PhTransportCtrl_t *ctrl );

Library:

ph

Description:

this function releases the transport control structure pointed to by ctrl, as well as any inline data pointed to by the structure.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PhCreateTransportCtrl() PhTransportCtrl_t, PtCreateTransportCtrl(), PtReleaseTransportCtrl()

Drag and Drop chapter of the Photon Programmer's Guide