Toolbar. >0
ulNumObjects (ULONG) -
input
Number of objects pointed to by phobjects.
phobjects (HOBJECT *) -
in/out
Pointer to a list of objects to be added.
ulAfter (ULONG) - input
Number of the object after which the new objects
are inserted.
ADD_OBJECT_FIRST
Adds the new objects to the top
of the list.
ADD_OBJECT_LAST
Adds
the new objects to the bottom of the list.
other
Adds the new objects after the object associated
with the given index. For example, to insert after the first object, set
ulAfter to 1.
rc (BOOL) - returns