They said VS2008 couldn’t use C++0x, they were wrong.
October 21, 2010
October 4, 2010
When Does GetMessage Return -1?
MSDN mentions as examples that an invalid HWND and an invalid message pointer can cause GetMessage to -1 instead of 0 and positively nonzero. Being curious about such things, I wondered what exactly causes such a return.
Comments Off on When Does GetMessage Return -1?