Microsoft SDK for Java

deleteDestroyCallback

This method of the Direct3dRMObject Class removes a function previously registered with the addDestroyCallback method.

Syntax

public void deleteDestroyCallback(Id3drmCallback fn, IUnknown args);

Parameters

fn The callback interface that contains a user-defined callback function that will be called when the object is destroyed.
args Application-defined data passed to the callback function.

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