PtReleaseTransportCtrl()

Release a transport control structure used with drag and drop

Synopsis:

void PtReleaseTransportCtrl(
        PtTransportCtrl_t *ctrl );

Library:

ph

Description:

This function releases the PtTransportCtrl_t structure pointed to by ctrl, as well as its members.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtCreateTransportCtrl(), PtInitDnd(), PtTransportCtrl_t, PtTransportType()

Drag and Drop chapter of the Photon Programmer's Guide