Tanagra
Tanagra copied to clipboard
GetQueryPoolResults should return QueryResultFlags, not Result
QueryResultFlags is the object of interest in this function call
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