Microsoft SDK for Java

deleteUpdateCallback

This method of the Direct3dRMDevice Class removes an update callback function that was added by calling the addUpdateCallback method.

Syntax

public void deleteUpdateCallback(IDeviceUpdateCallback fn, IUnknown args);

Parameters

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

See Also

addUpdateCallback, update

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