Microsoft SDK for Java

IDeviceUpdateCallback Interface

The IDeviceUpdateCallback Interface of the com.ms.directx package is used with addUpdateCallback and deleteUpdateCallback to set or remove the callback function that is called whenever a device is updated.

public interface IDeviceUpdateCallback extends IUnknown
{
  // Methods
  public void callbackDeviceUpdate(Direct3dRMDevice f,
        IUnknown pArgs, int x, D3dRect update);
}

See Also

com.ms.directX.Direct3dRMDevice

Hierarchy

IUnknown 
  |
  +--IDeviceUpdateCallback

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