Question:
How can I determine a length of a PB structure?
Answer:
There is no way in PowerBuilder to do this. If you require the size of the structure for use in the Windows API then you can add up the sizes of the elements of the structure and hard-code the value in your calling function.