Unused windows messages

  • Thread starter Thread starter Nak
  • Start date Start date
N

Nak

Hi there,

I am currently making my own windows messages for interprocess
communication and 1 thing I would like to check on is "unused" windows
messages values, if anyone knows of any such lists available on the net I
would be most appreciative of a link. I just want to make sure that I have
no conflicts going on at all. Thanks loads in advance!

Nick.
 
* "Nak said:
I am currently making my own windows messages for interprocess
communication and 1 thing I would like to check on is "unused" windows
messages values, if anyone knows of any such lists available on the net I
would be most appreciative of a link.

Use p/invoke on 'RegisterWindowMessage' to register a custom window
message.
 
Back
Top