wpSetObjectListFromHObjects Parameter - ulAfter
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.
[Back: wpSetObjectListFromHObjects Parameter - phobjects]
[Next: wpSetObjectListFromHObjects Return Value - rc]