Packages
 In this topic

*Methods

 

Packages   PreviousThis PackageNext
Package com.ms.directX   Previous This
Package
Next

 


Interface Id3drmCallback

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

Use with Direct3dRMObject.addDestroyCallback and Direct3dRMObject.deleteDestroyCallback to set or remove the callback function to be called when an object is destroyed.

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

IUnknown
  |
  +--Id3drmCallback

Methods

callbackDestroyObject

public void callbackDestroyObject(IUnknown pArgs);

Enumerates an object that is being destroyed. This callback function is application-defined.

Return Value:

No return value.

ParameterDescription
pArgs 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.

upnrm.gif © 1998 Microsoft Corporation. All rights reserved. Terms of use.