Description:

Link_Chain_Element provides a standard mechanism for the linking of data chain elements within the DSPINSTL data chain.

#include <os2.h>

PDSPINSTL_CHAIN    new_element_ptr;
USHORT             create_flag;
USHORT             position_flag;
PDSPINSTL_CHAIN    existing_element_ptr;
ULONG              rc;                    /*  Return codes. */

rc = Link_Chain_Element(new_element_ptr,
       create_flag, position_flag, existing_element_ptr);


[Back: Link_Chain_Element]
[Next: Link_Chain_Element Parameter - new_element_ptr]