Microsoft SDK for Java

ILoadTextureCallback Interface

The ILoadTextureCallback Interface of the com.ms.directX package is used with methods, such as Direct3dRM.loadFromFileByPos to set the callback function to be called when loading a texture.

public interface ILoadTextureCallback extends IUnknown
{
  // Methods
  public Direct3dRMTexture callbackLoadTexture(String text_name,
        IUnknown pArgs);
}

See Also

com.ms.directX.Direct3dRM, com.ms.directX.Direct3dRMAnimation, com.ms.directX.Direct3dRMFrame, com.ms.directX.Direct3dRMMeshBuilder

Hierarchy

IUnknown 
  |
  +--ILoadTextureCallback

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