| c# Programming Glossary: setwindowlongptrHow do I pinvoke to GetWindowLongPtr and SetWindowLongPtr on 32-bit platforms? http://stackoverflow.com/questions/3343724/how-do-i-pinvoke-to-getwindowlongptr-and-setwindowlongptr-on-32-bit-platforms  do I pinvoke to GetWindowLongPtr and SetWindowLongPtr on 32 bit platforms  I want to P Invoke to GetWindowLongPtr.. bit platforms  I want to P Invoke to GetWindowLongPtr and SetWindowLongPtr and I'm seeing conflicting information about them. Some sources.. point in user32.dll. For example The pinvoke.net entry for SetWindowLongPtr has a static method that checks IntPtr.Size and then calls either.. 
 |