|
noexcept |
Creates a new list element to the position before the one specified by the iterator copying the specified content to the internal buffers.
| hListIterator | is a handle to the iterator defining position after the insertion position. |
| lpData | is a pointer to data copied as the element data. |
| nDataSize | is a byte size of the data copied to the new element buffer. |