This repository was archived by the owner on Jan 2, 2024. It is now read-only.
Calling an Exchange API which returns a new array #10
davecalkinshexagon
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Here's another case that wasn't immediately obvious. Calling an Exchange API where the call takes, as an argument, a pointer to a pointer to an array. The call allocates a new array and sets the pointer you provide to point to that array.
For example.
Beta Was this translation helpful? Give feedback.
All reactions