Microsoft SDK for Java

addMoveCallback

This method of the Direct3dRMFrame Class adds a callback function for special movement processing.

Syntax

public void addMoveCallback(IFrameMoveCallback fmC, IUnknown args);

Parameters

fmC The callback interface that contains an application-defined callback function.
args Application-defined data to be passed to the callback function.

See Also

move, deleteMoveCallback

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