Microsoft SDK for Java

Id3dEnumDevicesCallback Interface

The Id3dEnumDevicesCallback Interface of the com.ms.directx package is used with enumDevices method to set the callback function to be called for each device.

public interface Id3dEnumDevicesCallback extends IUnknown
{
  // Methods
  public void callbackd3dEnumDevices(_Guid g, String devDesc,
        String devName, D3dDeviceDesc hwDevDesc,
        D3dDeviceDesc helDevDesc, IUnknown args);
}

Hierarchy

IUnknown 
  |
  +--Id3dEnumDevicesCallback

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