public Int32 GetGMSQueryResults(UInt64 ullGMSQuery, ref GMSQueryResult_t pGMSQueryResults, Int32 nResultBufSizeInBytes)
 {
     return(this.GetFunction <NativeGetGMSQueryResultsUGI>(this.Functions.GetGMSQueryResults42)(this.ObjectAddress, ullGMSQuery, ref pGMSQueryResults, nResultBufSizeInBytes));
 }
Beispiel #2
0
 public Int32 GetGMSQueryResults(UInt64 arg0, ref GMSQueryResult_t arg1, Int32 iResultIndex)
 {
     return(this.GetFunction <NativeGetGMSQueryResultsUGI>(this.Functions.GetGMSQueryResults42)(this.ObjectAddress, arg0, ref arg1, iResultIndex));
 }