ICELIB0.NLM → ICE_MeasureArray()
ICE_MeasureArray
- Description:
- Determine the number of elements in a static array where the final element pointer is NULL.
- Syntax for C:
- unsigned int ICE_MeasureArray (char *array[]);
- Syntax for Assembly:
- Call ICE_MeasureArray C, offset Array
- Parameters:
-
- array
- (IN) Pointer to array.
- Returns:
- Total number of elements in array.
- Remarks:
- Final pointer is identified as the last element because it is NULL, and is not included in the count.
- Resource files:
- icelib0.imp