Difference between revisions of "Techwiki:Win32k/DEVINFO"

From ReactOS Wiki
Jump to: navigation, search
(New page: typedef struct tagDEVINFO { FLONG flGraphicsCaps; LOGFONTW lfDefaultFont; LOGFONTW lfAnsiVarFont; LOGFONTW lfAnsiFixFont; ULONG cFonts; ULONG iDitherFormat; USHORT ...)
 
Line 11: Line 11:
 
   HPALETTE  hpalDefault;
 
   HPALETTE  hpalDefault;
 
   FLONG  flGraphicsCaps2;
 
   FLONG  flGraphicsCaps2;
} DEVINFO, *PDEVINFO;
+
} DEVINFO, *PDEVINFO;

Revision as of 18:51, 21 March 2008

typedef struct tagDEVINFO 
{
 FLONG   flGraphicsCaps;
 LOGFONTW  lfDefaultFont;
 LOGFONTW  lfAnsiVarFont;
 LOGFONTW  lfAnsiFixFont;
 ULONG  cFonts;
 ULONG  iDitherFormat;
 USHORT  cxDither;
 USHORT  cyDither;
 HPALETTE  hpalDefault;
 FLONG  flGraphicsCaps2;
} DEVINFO, *PDEVINFO;