Exemplo n.º 1
0
 public static IntPtr[] smethod_7(IntPtr intptr_0, int int_0)
 {
     if (int_0 <= 0)
     {
         throw new ArgumentOutOfRangeException("numEntries", "Must be greater than zero.");
     }
     IntPtr[] array = new IntPtr[int_0];
     Class119.alSourceUnqueueBuffers(intptr_0, int_0, array);
     return(array);
 }