Microsoft SDK for Java

callbackDestroyObject

This method of the Id3drmCallback Interface enumerates an object that is being destroyed. This callback function is application-defined.

Syntax

public void callbackDestroyObject(IUnknown pArgs);

Parameters

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.

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