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


CreateTimer

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

This procedure allocates a timer. The timer is not set in any way. See SetTimer to activate the timer. Figure 1 shows an example.

Figure 1. Create timer example
   procedure CreateTimer
            (
        var    T: TimerPointerType
            );
            external;
Parameter
Description
T
Set to a timer pointer that can be used in subsequent SetTimer, ClearTimer, and DestroyTimer calls.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014