Techwiki:Win32k/DEVINFO

From ReactOS Wiki
Revision as of 18:51, 21 March 2008 by GreatLord (talk | contribs)
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;