Package com.ms.com.directX Previous
Previous
Microsoft Packages
Microsoft Packages
Index
Index
Next
Next

Class d3dFindDeviceResult

public final class d3dFindDeviceResult { 
     public int dwSize;
     public int data1;
     public short data2;
     public short data3;
     public int data4;
     public int data5;
     public int HwFlags;
     public int HwdcmColorModel;
     public int HwdwDevCaps;
     public int HwdtcTransformCaps;
     public int HwbClipping;
     public int HwdlcLighting_Caps;
     public int HwdlcLighting_Model;
     public int HwdlcLighting_Number;
     public int HwdwDeviceRenderBitDepth;
     public int HwdwDeviceZBufferBitDepth;
     public int HwdwMaxBufferSize;
     public int HwdwMaxVertexCount;
     public int SwFlags;
     public int SwdcmColorModel;
     public int SwdwDevCaps;
     public int SwdtcTransformCaps;
     public int SwbClipping;
     public int SwdlcLighting_Caps;
     public int SwdlcLighting_Model;
     public int SwdlcLighting_Number;
     public int SwdwDeviceRenderBitDepth;
     public int SwdwDeviceZBufferBitDepth;
     public int SwdwMaxBufferSize;
     public int SwdwMaxVertexCount;
}

Fields

dwSize
Size, in bytes, of the class.
data1, data2, data3, and data4
Globally unique identifier (GUID) of the device that was found.
HwFlags
One or more D3DDD_ values specifying the hardware (Hw) fields of this class that contain valid data.
HwdcmColorModel
A D3DCOLOR_ value specifying the color model for the hardware device.
HwdwDevCaps
One or more D3DDEVCAPS_ flags specifying the capabilities of the hardware device.
HwdtcTransformCaps
A value indicating the transformation capabilities of the hardware device. Can be 0 or D3DTRANSFORMCAPS_CLIP to specify that the system clips while transforming.
HwbClipping
TRUE if the hardware device can perform 3D clipping.
HwdlcLighting_Caps
A D3DLIGHTCAPS_ value specifying the lighting capabilities of the hardware device.
HwdlcLighting_Model
A D3DLIGHTINGMODEL_ value specifying the lighting capabilities of the hardware device.
HwdlcLighting_Number
Number of lights that can be handled.
HwdwDeviceRenderBitDepth
One or more DDBD_ values (in the range DDBD_8 through DDBD_32), specifying the hardware device's rendering bit-depth.
HwdwDeviceZBufferBitDepth
One or more DDBD_ values (in the range DDBD_8 through DDBD_32), specifying the hardware device's z-buffer bit-depth.
HwdwMaxBufferSize
Maximum size of the execute buffer for this hardware device. If this field is 0, the application can use any size.
HwdwMaxVertexCount
Maximum vertex count for this hardware device.
SwFlags
One or more D3DDD_ values specifying the software (Sw) fields of this class that contain valid data.
SwdcmColorModel
One D3DCOLOR_ value specifying the color model for the software device.
SwdwDevCaps
One or more D3DDEVCAPS_ flags specifying the capabilities of the software device.
SwdtcTransformCaps
A value indicating the transformation capabilities of the software device. Can be 0 or D3DTRANSFORMCAPS_CLIP to specify the system clips while transforming.
SwbClipping
TRUE if the software device can perform 3D clipping.
SwdlcLighting_Caps
A D3DLIGHTCAPS_ value specifying the lighting capabilities of the software device.
SwdlcLighting_Model
A D3DLIGHTINGMODEL_ value specifying the lighting capabilities of the software device.
SwdlcLighting_Number
Number of lights that can be handled.
SwdwDeviceRenderBitDepth
One or more DDBD_ values (in the range DDBD_8 through DDBD_32), specifying the software device's rendering bit-depth.
SwdwDeviceZBufferBitDepth
One or more DDBD_ values (in the range DDBD_8 through DDBD_32), specifying the software device's z-buffer bit-depth.
SwdwMaxBufferSize
Maximum size of the execute buffer for this software device. If this field is 0, the application can use any size.
SwdwMaxVertexCount
Maximum vertex count for this software device.


Top© 1997 Microsoft Corporation. All rights reserved. Terms of Use.