Microsoft SDK for Java

getDataAsArrayInts

This method of the Direct3dExecuteBuffer Class retrieves the data contained in the execute buffer as an array of int types.

Syntax

public native void getDataAsArrayInts(int[] d);

Parameters

d The array of ints that the data is copied to.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.