dpdcrl DEPRECATED
dpdcrl(irinx.u2.r, error.i2.r, buffer.u2a.r)
This function returns Common Request List data.
irinx pointer to the request to mark for removal
error standard ACNET error/status code
buffer 14 byte buffer to receive SSDN, ftd, length, and node
respectively (This is a portion of the data
contained in a DBAREQ structure.)
This function returns no status (See "error".).
This function requires the following include files:
clib_h
Related functions:
dpreq, dpproc
C/C++ usage:
short error;
unsigned short irinx;
unsigned short buffer[7];
dpdcrl(&irinx,&error,buffer);