Microsoft SDK for Java

Direct3dRMWinDevice Class

Applications use the methods of the Direct3dRMWinDevice Class of the com.ms.directX package to respond to window messages in a window procedure.

public class Direct3dRMWinDevice implements
            IDirect3dRMWinDevice
{
  // Methods
  public void handleActivate(int wparam);
  public void handlePaint(int hdc);
}

In addition, the Direct3dRMWinDevice class inherits the following methods from the Direct3dRMObject class:

addDestroyCallback
duplicate
deleteDestroyCallback
getAppData
getClassName
getName
setAppData
setName

The Direct3dRMWinDevice object is obtained by calling the getDevices method or by calling a method such as createDeviceFromD3D.

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