z/OS Communications Server: IP Sockets Application Programming Interface Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


DestroyTimer

z/OS Communications Server: IP Sockets Application Programming Interface Guide and Reference
SC27-3660-00

This procedure deallocates (frees) a timer you created. Figure 1 shows an example.

Figure 1. Destroy timer example
   procedure DestroyTimer
            (
        var    T: TimerPointerType
            );
            external;
Parameter
Description
T
A timer pointer, as returned by a previous CreateTimer call.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014