Microsoft SDK for Java

getFourCCCodes

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.

Syntax

public int getFourCCCodes(int[] size);

Return Value

Returns an address of an array that contains the codes.

Parameters

size The array variable that receives the FourCC codes supported by this DirectDraw object.

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