News:

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

Message Constants

Started by Bieb, January 02, 2005, 02:57:53 PM

Previous topic - Next topic

Bieb

Where can I get a listing of all of MASM's uMsg constant values, and what they're for?

donkey

The message constants are Windows constants, not MASM constants, they are not specific to any language. You can find the values in Windows.INC along with the rest of the equates and structures. For their purpose you will have to look up each individual message in whatever Windows API reference you are using (Win32.HLP or the SDK or MSDN library).
"Ahhh, what an awful dream. Ones and zeroes everywhere...[shudder] and I thought I saw a two." -- Bender
"It was just a dream, Bender. There's no such thing as two". -- Fry
-- Futurama

Donkey's Stable