DXRUNTYPE enumeration
Describes the opacity of a sample run in the DXRUNINFO structure.
Syntax
typedef enum DXRUNTYPE { DXRUNTYPE_CLEAR = 0, DXRUNTYPE_OPAQUE = 1, DXRUNTYPE_TRANS = 2, DXRUNTYPE_UNKNOWN = 3 } DXRUNTYPE;
Constants
- DXRUNTYPE_CLEAR
-
Pixel run is clear (alpha = 0).
- DXRUNTYPE_OPAQUE
-
Pixel run is opaque (alpha = 255).
- DXRUNTYPE_TRANS
-
Pixel run is translucent.
- DXRUNTYPE_UNKNOWN
-
Run type is unknown.
Requirements
|
Minimum supported client |
Windows XP |
|---|---|
|
Minimum supported server |
Windows 2000 Server |
|
Header |
|
|
IDL |
|
Show: