ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

ReactOS Community > ReactOS Wiki

Techwiki:Win32k/DEVINFO

From ReactOS

Jump to: navigation, search

typedef struct tagDEVINFO

{
    FLONG     flGraphicsCaps;     // 0x000
    LOGFONTW  lfDefaultFont;      // 0x004 (size = 0x5c = 92)
    LOGFONTW  lfAnsiVarFont;      // 0x060
    LOGFONTW  lfAnsiFixFont;      // 0x0bc
    ULONG     cFonts;             // 0x118
    ULONG     iDitherFormat;      // 0x11c
    USHORT    cxDither;           // 0x120
    USHORT    cyDither;           // 0x122
    HPALETTE  hpalDefault;        // 0x124
    FLONG     flGraphicsCaps2;    // 0x128
 // size = 0x12c = 300
} DEVINFO, *PDEVINFO;


References