Adds an ID to the dynamically allocated array with the answer of a query.
- Parameters
-
[in] | id | The integer ID to be added to the array. |
[in] | ids | Pointer to a pointer to the dynamically allocated array of integers. |
[in] | count | Pointer to an integer representing the current number of elements in the array. |