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 thru data4
Globally unique identifier (GUID) of the device that was found.
HwFlags
One or more values of D3DDD_ type, specifying the hardware (Hw) fields of this class that contain valid data.
HwdcmColorModel
One value of D3DCOLOR_ type, specifying the color model for the hardware device.
HwdwDevCaps
One or more flags of D3DDEVCAPS_ type, specifying the capabilities of the hardware device.
HwdtcTransformCaps
A value indicating the transformation capabilities of the hardware device. Can be zero or D3DTRANSFORMCAPS_CLIP to specify the system clips while transforming.
HwbClipping
TRUE if the hardware device can perform 3D clipping.
HwdlcLighting_Caps
A value of D3DLIGHTCAPS_ type, specifying the lighting capabilities of the hardware device.
HwdlcLighting_Model
A value of D3DLIGHTINGMODEL_ type, specifying the lighting capabilities of the hardware device.
HwdlcLighting_Number
Number of lights that can be handled.
HwdwDeviceRenderBitDepth
One or more values of DDBD_ type (in the range DDBD_8 thru DDBD_32), specifying the hardware device's rendering bit-depth.
HwdwDeviceZBufferBitDepth
One or more values of DDBD_ type (in the range DDBD_8 thru 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 values of D3DDD_ type, specifying the software (Sw) fields of this class that contain valid data.
SwdcmColorModel
One value of D3DCOLOR_ type, specifying the color model for the software device.
SwdwDevCaps
One or more flags of D3DDEVCAPS_ type, specifying the capabilities of the software device.
SwdtcTransformCaps
A value indicating the transformation capabilities of the software device. Can be zero or D3DTRANSFORMCAPS_CLIP to specify the system clips while transforming.
SwbClipping
TRUE if the software device can perform 3D clipping.
SwdlcLighting_Caps
A value of D3DLIGHTCAPS_ type, specifying the lighting capabilities of the software device.
SwdlcLighting_Model
A value of D3DLIGHTINGMODEL_ type, specifying the lighting capabilities of the software device.
SwdlcLighting_Number
Number of lights that can be handled.
SwdwDeviceRenderBitDepth
One or more values of DDBD_ type (in the range DDBD_8 thru DDBD_32), specifying the software device's rendering bit-depth.
SwdwDeviceZBufferBitDepth
One or more values of DDBD_ type (in the range DDBD_8 thru 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© 1996 Microsoft Corporation. All rights reserved.