Function
Returns the index of the next invalid element.
Syntax
#include <dx/dx.h>
int DXGetNextInvalidElementIndex(InvalidComponentHandle handle)
Functional Details
Returns the index of the next invalid 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 invalid element or returns -1 if there are no more invalid elements.
See Also
DXCreateInvalidComponentHandle, DXFreeInvalidComponentHandle 14.3 , "Invalid Data".