gtpc2m1lC/C++ Language Support User's Guide

dlayc-Delay Processing of Current Entry

This function is used to delay processing of an entry in order to allow processing of other entries. The current entry is placed on the input list.

Format

#include   <tpfapi.h>
void       dlayc(void);

Normal Return

Void.

Error Return

Not applicable.

Programming Considerations

Examples

The following example suspends processing of the program executing now and places the associated ECB on the input list.

#include <tpfapi.h>

  ·
  ·
  ·
dlayc();

Related Information