Go to the source code of this file.
|
#define | DCICOMMAND 3075 |
|
#define | DCI_VERSION 0x0100 |
|
#define | DCICREATEPRIMARYSURFACE 1 |
|
#define | DCICREATEOFFSCREENSURFACE 2 |
|
#define | DCICREATEOVERLAYSURFACE 3 |
|
#define | DCIENUMSURFACE 4 |
|
#define | DCIESCAPE 5 |
|
#define | DCI_OK 0 |
|
#define | DCI_FAIL_GENERIC -1 |
|
#define | DCI_FAIL_UNSUPPORTEDVERSION -2 |
|
#define | DCI_FAIL_INVALIDSURFACE -3 |
|
#define | DCI_FAIL_UNSUPPORTED -4 |
|
#define | DCI_ERR_CURRENTLYNOTAVAIL -5 |
|
#define | DCI_ERR_INVALIDRECT -6 |
|
#define | DCI_ERR_UNSUPPORTEDFORMAT -7 |
|
#define | DCI_ERR_UNSUPPORTEDMASK -8 |
|
#define | DCI_ERR_TOOBIGHEIGHT -9 |
|
#define | DCI_ERR_TOOBIGWIDTH -10 |
|
#define | DCI_ERR_TOOBIGSIZE -11 |
|
#define | DCI_ERR_OUTOFMEMORY -12 |
|
#define | DCI_ERR_INVALIDPOSITION -13 |
|
#define | DCI_ERR_INVALIDSTRETCH -14 |
|
#define | DCI_ERR_INVALIDCLIPLIST -15 |
|
#define | DCI_ERR_SURFACEISOBSCURED -16 |
|
#define | DCI_ERR_XALIGN -17 |
|
#define | DCI_ERR_YALIGN -18 |
|
#define | DCI_ERR_XYALIGN -19 |
|
#define | DCI_ERR_WIDTHALIGN -20 |
|
#define | DCI_ERR_HEIGHTALIGN -21 |
|
#define | DCI_STATUS_POINTERCHANGED 1 |
|
#define | DCI_STATUS_STRIDECHANGED 2 |
|
#define | DCI_STATUS_FORMATCHANGED 4 |
|
#define | DCI_STATUS_SURFACEINFOCHANGED 8 |
|
#define | DCI_STATUS_CHROMAKEYCHANGED 16 |
|
#define | DCI_STATUS_WASSTILLDRAWING 32 |
|
#define | DCI_SUCCESS(error) (((DCIRVAL)error) >= 0) |
|
#define | DCI_SURFACE_TYPE 0x0000000F |
|
#define | DCI_PRIMARY 0x00000000 |
|
#define | DCI_OFFSCREEN 0x00000001 |
|
#define | DCI_OVERLAY 0x00000002 |
|
#define | DCI_VISIBLE 0x00000010 |
|
#define | DCI_CHROMAKEY 0x00000020 |
|
#define | DCI_1632_ACCESS 0x00000040 |
|
#define | DCI_DWORDSIZE 0x00000080 |
|
#define | DCI_DWORDALIGN 0x00000100 |
|
#define | DCI_WRITEONLY 0x00000200 |
|
#define | DCI_ASYNC 0x00000400 |
|
#define | DCI_CAN_STRETCHX 0x00001000 |
|
#define | DCI_CAN_STRETCHY 0x00002000 |
|
#define | DCI_CAN_STRETCHXY (DCI_CAN_STRETCHX | DCI_CAN_STRETCHY) |
|
#define | DCI_CAN_STRETCHXN 0x00004000 |
|
#define | DCI_CAN_STRETCHYN 0x00008000 |
|
#define | DCI_CAN_STRETCHXYN (DCI_CAN_STRETCHXN | DCI_CAN_STRETCHYN) |
|
#define | DCI_CANOVERLAY 0x00010000 |
|
#define | YVU9 mmioFOURCC('Y','V','U','9') |
|
#define | Y411 mmioFOURCC('Y','4','1','1') |
|
#define | YUY2 mmioFOURCC('Y','U','Y','2') |
|
#define | YVYU mmioFOURCC('Y','V','Y','U') |
|
#define | UYVY mmioFOURCC('U','Y','V','Y') |
|
#define | Y211 mmioFOURCC('Y','2','1','1') |
|
◆ DCI_1632_ACCESS
#define DCI_1632_ACCESS 0x00000040 |
◆ DCI_ASYNC
◆ DCI_CAN_STRETCHX
#define DCI_CAN_STRETCHX 0x00001000 |
◆ DCI_CAN_STRETCHXN
#define DCI_CAN_STRETCHXN 0x00004000 |
◆ DCI_CAN_STRETCHXY
◆ DCI_CAN_STRETCHXYN
◆ DCI_CAN_STRETCHY
#define DCI_CAN_STRETCHY 0x00002000 |
◆ DCI_CAN_STRETCHYN
#define DCI_CAN_STRETCHYN 0x00008000 |
◆ DCI_CANOVERLAY
#define DCI_CANOVERLAY 0x00010000 |
◆ DCI_CHROMAKEY
#define DCI_CHROMAKEY 0x00000020 |
◆ DCI_DWORDALIGN
#define DCI_DWORDALIGN 0x00000100 |
◆ DCI_DWORDSIZE
#define DCI_DWORDSIZE 0x00000080 |
◆ DCI_ERR_CURRENTLYNOTAVAIL
#define DCI_ERR_CURRENTLYNOTAVAIL -5 |
◆ DCI_ERR_HEIGHTALIGN
#define DCI_ERR_HEIGHTALIGN -21 |
◆ DCI_ERR_INVALIDCLIPLIST
#define DCI_ERR_INVALIDCLIPLIST -15 |
◆ DCI_ERR_INVALIDPOSITION
#define DCI_ERR_INVALIDPOSITION -13 |
◆ DCI_ERR_INVALIDRECT
#define DCI_ERR_INVALIDRECT -6 |
◆ DCI_ERR_INVALIDSTRETCH
#define DCI_ERR_INVALIDSTRETCH -14 |
◆ DCI_ERR_OUTOFMEMORY
#define DCI_ERR_OUTOFMEMORY -12 |
◆ DCI_ERR_SURFACEISOBSCURED
#define DCI_ERR_SURFACEISOBSCURED -16 |
◆ DCI_ERR_TOOBIGHEIGHT
#define DCI_ERR_TOOBIGHEIGHT -9 |
◆ DCI_ERR_TOOBIGSIZE
#define DCI_ERR_TOOBIGSIZE -11 |
◆ DCI_ERR_TOOBIGWIDTH
#define DCI_ERR_TOOBIGWIDTH -10 |
◆ DCI_ERR_UNSUPPORTEDFORMAT
#define DCI_ERR_UNSUPPORTEDFORMAT -7 |
◆ DCI_ERR_UNSUPPORTEDMASK
#define DCI_ERR_UNSUPPORTEDMASK -8 |
◆ DCI_ERR_WIDTHALIGN
#define DCI_ERR_WIDTHALIGN -20 |
◆ DCI_ERR_XALIGN
◆ DCI_ERR_XYALIGN
◆ DCI_ERR_YALIGN
◆ DCI_FAIL_GENERIC
◆ DCI_FAIL_INVALIDSURFACE
#define DCI_FAIL_INVALIDSURFACE -3 |
◆ DCI_FAIL_UNSUPPORTED
#define DCI_FAIL_UNSUPPORTED -4 |
◆ DCI_FAIL_UNSUPPORTEDVERSION
#define DCI_FAIL_UNSUPPORTEDVERSION -2 |
◆ DCI_OFFSCREEN
#define DCI_OFFSCREEN 0x00000001 |
◆ DCI_OK
◆ DCI_OVERLAY
#define DCI_OVERLAY 0x00000002 |
◆ DCI_PRIMARY
#define DCI_PRIMARY 0x00000000 |
◆ DCI_STATUS_CHROMAKEYCHANGED
#define DCI_STATUS_CHROMAKEYCHANGED 16 |
◆ DCI_STATUS_FORMATCHANGED
#define DCI_STATUS_FORMATCHANGED 4 |
◆ DCI_STATUS_POINTERCHANGED
#define DCI_STATUS_POINTERCHANGED 1 |
◆ DCI_STATUS_STRIDECHANGED
#define DCI_STATUS_STRIDECHANGED 2 |
◆ DCI_STATUS_SURFACEINFOCHANGED
#define DCI_STATUS_SURFACEINFOCHANGED 8 |
◆ DCI_STATUS_WASSTILLDRAWING
#define DCI_STATUS_WASSTILLDRAWING 32 |
◆ DCI_SUCCESS
◆ DCI_SURFACE_TYPE
#define DCI_SURFACE_TYPE 0x0000000F |
◆ DCI_VERSION
◆ DCI_VISIBLE
#define DCI_VISIBLE 0x00000010 |
◆ DCI_WRITEONLY
#define DCI_WRITEONLY 0x00000200 |
◆ DCICOMMAND
This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER.PD within this package.
Definition at line 13 of file dciddi.h.
◆ DCICREATEOFFSCREENSURFACE
#define DCICREATEOFFSCREENSURFACE 2 |
◆ DCICREATEOVERLAYSURFACE
#define DCICREATEOVERLAYSURFACE 3 |
◆ DCICREATEPRIMARYSURFACE
#define DCICREATEPRIMARYSURFACE 1 |
◆ DCIENUMSURFACE
◆ DCIESCAPE
◆ UYVY
◆ Y211
◆ Y411
◆ YUY2
◆ YVU9
◆ YVYU
◆ DCICMD
◆ DCICREATEINPUT
◆ DCIENUMINPUT
◆ DCIOFFSCREEN
◆ DCIOVERLAY
◆ DCIPRIMARY
◆ DCIRVAL
◆ DCISURFACEINFO
◆ ENUM_CALLBACK
◆ LPDCICREATEINPUT
◆ LPDCIENUMINPUT
◆ LPDCIOFFSCREEN
◆ LPDCIOVERLAY
◆ LPDCIPRIMARY
◆ LPDCISURFACEINFO