This method of the Direct3dRMDevice Class removes an update callback function that was added by calling the addUpdateCallback method.
public void deleteUpdateCallback(IDeviceUpdateCallback fn, IUnknown args);
fn | The callback interface that contains an application-defined callback function. |
args | Private data that was passed to the update callback function. |