1 /* DCI driver interface */
3 #ifndef __WINE_DCIDDI_H
4 #define __WINE_DCIDDI_H
10 /* DCI Command Escape */
11 #define DCICOMMAND 3075
12 #define DCI_VERSION 0x0100
14 #define DCICREATEPRIMARYSURFACE 1
15 #define DCICREATEOFFSCREENSURFACE 2
16 #define DCICREATEOVERLAYSURFACE 3
17 #define DCIENUMSURFACE 4
24 typedef int DCIRVAL; /* DCI callback return type */
26 /*****************************************************************************
27 * Escape command structures
29 typedef struct _DCICMD {
41 #endif /* __WINE_DCIDDI_H */