The MASM Forum Archive 2004 to 2012

Project Support Forums => MASM32 => WINDOWS.INC Project => Topic started by: Tedd on May 06, 2005, 01:08:31 PM

Title: KEYEVENTF_ equates
Post by: Tedd on May 06, 2005, 01:08:31 PM
These are present:

KEYEVENTF_EXTENDEDKEY                equ 1h
KEYEVENTF_KEYUP                      equ 2h


These are missing:

KEYEVENTF_UNICODE          equ 4
KEYEVENTF_SCANCODE         equ 8
Title: Re: KEYEVENTF_ equates
Post by: hutch-- on May 06, 2005, 01:23:21 PM
Thanks Tedd,

I have added the two equates to the master files.