Microsoft SDK for Java

addUpdateCallback

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.

Syntax

public void addUpdateCallback(IDeviceUpdateCallback fn, IUnknown args);

Parameters

fn The callback interface that contains an application-defined callback function.
args Private data to be passed to the update callback function.

See Also

deleteUpdateCallback, update

© 1999 Microsoft Corporation. All rights reserved. Terms of use.