|
noexcept |
Creates a new list element with by-pointer insertion to the position before the one specified by the iterator.
hListIterator | is a handle to the iterator defining position after the insertion position. |
lpData | is a pointer to be written as data of the new element. Content specified by the pointer is ignored. |