This method of the Direct3dRMDevice Class adds a callback function that alerts the application when a change occurs to the device. The system calls this callback function whenever the application calls the update method.
public void addUpdateCallback(IDeviceUpdateCallback fn, IUnknown args);
fn | The callback interface that contains an application-defined callback function. |
args | Private data to be passed to the update callback function. |