C
#define TCPFindArray(a,b,c,d,e) TCPFindArrayEx(a,b,c,d,0,e)
Description
This function is an alias to TCPFindArrayEx with no length parameter. It is provided for backwards compatibility with an older API.
#define TCPFindArray(a,b,c,d,e) TCPFindArrayEx(a,b,c,d,0,e)
This function is an alias to TCPFindArrayEx with no length parameter. It is provided for backwards compatibility with an older API.