Exemplo n.º 1
0
 public void CmdBeginQuery(IMgQueryPool queryPool, uint query, MgQueryControlFlagBits flags)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public void CmdResetQueryPool(IMgQueryPool queryPool, uint firstQuery, uint queryCount)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public void CmdEndQuery(IMgQueryPool queryPool, uint query)
 {
     throw new NotImplementedException();
 }