This method of the Direct3dRMFrame Class adds a callback function for special movement processing.
public void addMoveCallback(IFrameMoveCallback fmC, IUnknown args);
fmC | The callback interface that contains an application-defined callback function. |
args | Application-defined data to be passed to the callback function. |