This method of the Direct3dRMObject Class removes a function previously registered with the addDestroyCallback method.
public void deleteDestroyCallback(Id3drmCallback fn, IUnknown args);
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. |