The MASM Forum Archive 2004 to 2012

Project Support Forums => MASM32 => WINDOWS.INC Project => Topic started by: zooba on May 28, 2006, 06:03:44 AM

Title: DISPLAY_DEVICEA Structure
Post by: zooba on May 28, 2006, 06:03:44 AM
DISPLAY_DEVICEA STRUCT
  cb              DWORD ?
  DeviceName      BYTE 32 dup (?)
  DeviceString    BYTE 128 dup (?)
  StateFlags      DWORD ?
  DeviceID        BYTE 128 dup (?)     ; missing
  DeviceKey       BYTE 128 dup (?)    ; missing
DISPLAY_DEVICEA ENDS


The last two were missing in my version of WINDOWS.INC (which I believe to be the most recent, 07MAR06). MSDN includes them in its only definition of the structure and says the whole thing has been available since W2K.

Cheers,

Zooba :U