Techwiki:Win32k/DEVINFO

From ReactOS Wiki
Revision as of 18:51, 21 March 2008 by GreatLord (talk | contribs) (New page: typedef struct tagDEVINFO { FLONG flGraphicsCaps; LOGFONTW lfDefaultFont; LOGFONTW lfAnsiVarFont; LOGFONTW lfAnsiFixFont; ULONG cFonts; ULONG iDitherFormat; USHORT ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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;