WsCountOf macro (webservices.h)
Returns the number of elements a specified array.
Syntax
void WsCountOf(
[in] arrayValue
);
Parameters
[in] arrayValue
The array of objects for which for which to get the count. The array type can be either a valid C data type or user defined data type. The array must be static.
Return value
None
Requirements
| Minimum supported client | Windows 7 [desktop apps only] |
| Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
| Target Platform | Windows |
| Header | webservices.h |