delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/1998/02/26/09:27:28

From: earnie_boyd AT hotmail DOT com (Earnie Boyd)
Subject: Fix for Windows32/Structures.h
26 Feb 1998 09:27:28 -0800 :
Message-ID: <19980225153728.15201.qmail.cygnus.gnu-win32@hotmail.com>
To: gnu-win32 AT cygnus DOT com

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 AT hotmail DOT 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 AT cygnus DOT com" with one line of text: "help".

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019