Function
Returns the index of the next valid element.
Syntax
#include <dx/dx.h>
int DXGetNextValidElementIndex(InvalidComponentHandle handle)
Functional Details
Returns the index of the next valid element after the index returned on the prior call (or zero, if this is the first call), given invalid-component handle handle.
Return Value
Returns the index of the next valid element or returns -1 if there are no more valid elements.
See Also
DXCreateInvalidComponentHandle, DXFreeInvalidComponentHandle