kTypeStructure and how to retrieve or set the contents of a Structure array

There is a need to access the members of an array of a defined structure. The SDK provides the kTypeStructure, but the API’s to set or get appear to be missing. Are there tricks, such as using the resolver signature “RuntimeArrayDirectGetGetProc” and its companion “RuntimeArrayDirectGetSetProc”, which however is only for 32-bit? Can it be used in the 64-bit environment?

you have an array of structure?
Why not use REALGetArrayStructure for this?

Thanks, completely overlooked that one.