Re: Problem with Win32Lib
- Posted by Wolf <wolfritz at KING.IGS.NET> Aug 30, 2003
- 490 views
> this function is unnecessary. It should be replaced by a call to > GetWindowLong(). The second parameter should be GWL_STYLE, which is -16 (I Right... and I could use some more help, re: this... How does one get the equivalent of WINDOWINFO_WindowType ??? ...also, while GetVersionEx(), in Win98, for example, returns 4 for Major, while WINDOWINFO_CreatorVersion returns 1024 for same OS. Is this another stupid Microsoft ( we'll return it in the hi-bye of the low-word ), or something else? ...trying to substitute the entire function with other equivalents... Wolf