Microsoft SDK for Java

Id3drmCallback Interface

The Id3drmCallback Interface of the com.ms.directx package is used with Direct3dRMObject.addDestroyCallback and Direct3dRMObject.deleteDestroyCallback to set or remove the callback function to be called when an object is destroyed.

public interface Id3drmCallback extends IUnknown
{
  // Methods
  public void callbackDestroyObject(IUnknown pArgs);
}

See also

Direct3dRMAnimation, Direct3dRMAnimationSet, Direct3dRMDevice, Direct3dRMFace, Direct3dRMFrame, Direct3dRMLight, Direct3dRMMaterial, Direct3dRMMesh, Direct3dRMMeshBuilder, Direct3dRMTexture, Direct3dRMUserVisual, Direct3dRMViewport, Direct3dRMWinDevice, Direct3dRMWrap.

Hierarchy

IUnknown 
  |
  +--Id3drmCallback

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