This method of the DirectDraw Class retrieves the FourCC codes supported by the DirectDraw object. This method can also retrieve the number of codes supported.
public int getFourCCCodes(int[] size);
Returns an address of an array that contains the codes.
size | The array variable that receives the FourCC codes supported by this DirectDraw object. |