Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2006 Nov : Strange message number 0x0160CF88
| Subject: | Strange message number 0x0160CF88 |
| Posted by: | "Francois Piette [ICS & Midware]" (francois.piet..@overbyte.be) |
| Date: | Wed, 29 Nov 2006 14:04:58 |
I have an application which experience an access violation when handling
message 0x0160CF88. By handling, I mean calling PeekMessage,
TranslateMessage, DispatchMessage, DefWindowProc. I catch the exception in
the message loop.
What I ind very strange is the message number 0x0160CF88 which is defenitely
abnormal. My application use custom messages in the range
WM_USER...WM_USER+100. I wonder where does such strange value come from.
Reading MSDN, I can't see any message greater than 0xFFFF.
Any idea ?