erxArrayReset
Sets all elements of the array instance to null value or zero corresponding to the IDL data type given when the array was created.
Syntax
extern ERXeReturnCode erxArrayReset(ERX_HARRAY hArray);See
Using unbounded arrays.Parameters
- hArray
- Points to an array instance created by
erxArrayAlloc.
Return codes
| Value | Meaning |
|---|---|
| 00000000 | ERX_S_SUCCESS |
| 00010079 | Invalid Unbounded Array |
Related functions: