create_flag (USHORT) - input
The
flag that indicates whether the caller wants the function to create a new
element or merely link an element into the chain. A value of 1 indicates
that a new element should be created and then linked into the chain. A value
of 0 indicates that an existing element (pointed to by the new_element_ptr
argument) should be linked into the chain.
[Back: Link_Chain_Element Parameter - new_element_ptr]
[Next: Link_Chain_Element Parameter - position_flag]