This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Fix for Windows32/Structures.h


The _KEY_EVENT_RECORD structure is not formatted correctly.  The correct 
format is:

typedef struct _KEY_EVENT_RECORD { 
  WINBOOL bKeyDown;             
  WORD wRepeatCount;         
  WORD wVirtualKeyCode;      
  WORD wVirtualScanCode; 
  union { 
    WCHAR UnicodeChar; 
    CHAR  AsciiChar; 
  } uChar;  
  DWORD dwControlKeyState;   
} KEY_EVENT_RECORD, *PKEY_EVENT_RECORD; 

-        \\||//
---o0O0--Earnie--0O0o----
-earnie_boyd@hotmail.com-
------ooo0O--O0ooo-------



______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]