News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

DISPLAY_DEVICEA Structure

Started by zooba, May 28, 2006, 06:03:44 AM

Previous topic - Next topic

zooba

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