Microsoft SDK for Java

callbackEnumTextureFormats

This method of the IEnumTextureFormatsCallback Interface is a prototype definition for the callback function to enumerate texture formats.

Syntax

public void callbackEnumTextureFormats(DDSurfaceDesc surfDesc, IUnknown userArg);

Parameters

surfDesc A DDSurfaceDesc object containing the texture information.
userArg An application-defined data passed to this callback function.

Remarks

When determining the order in which to call callback functions, the system searches the objects highest in the hierarchy first, and then calls their callback functions in the order in which they were created.

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