This method of the Direct3dRMFrame Class removes a callback function that performed special motion processing.
public void deleteMoveCallback(IFrameMoveCallback fn, IUnknown args);
fn | The callback interface that contains an application-defined callback function. |
args | Application-defined data that was passed to the callback function. |