Re: user defined WM_ question: update
Herb Warren <[email protected]>
| Newsgroups | gmane.comp.windows.off-topic |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Aug 26, 2009 at 5:03 PM, Stoyan Damov<[email protected]> wrote: > What I *tried* to say is that the masks, which your code is testing > dwFlags against, are not the ones documented in the API's > documentation. > In other words, your code is wrong. C|N>K Thanks for that. More politely, those constants are useful for something, it just happens to be for the InternetStatusCallback function. http://msdn.microsoft.com/en-us/library/aa385121(VS.85).aspx Herb.