GetQueryPoolResults should return QueryResultFlags, not Result
Opened this issue · 1 comments
Mervill commented
QueryResultFlags
is the object of interest in this function call
Mervill commented
A closer reading of the API specification reveals that this is incorrect. QueryResultFlags
is in fact an argument supplied to the function call while the Byte[] data
argument should actually be ref Byte[] data