What is the statement to return the size of an array of types ?
I looked in the docs, but I can't find anything about it.
Anyway I need it for the WSAIoctl function where one parameter is the array of types and another is the size of the array.
I'm porting it from C and there the function sizeof(arrayname) is used. This statement gives an error message in pbdll.
I looked in the docs, but I can't find anything about it.
Anyway I need it for the WSAIoctl function where one parameter is the array of types and another is the size of the array.
I'm porting it from C and there the function sizeof(arrayname) is used. This statement gives an error message in pbdll.
Comment