Page 1 of 1

How to use SetWindowLongPtr()

Posted: Wed Jun 15, 2005 11:54 am
by Anden
Apparently the SetWindowLongPtr is only actually used in 64 bit applications. In 32 bit apps it falls back to the SetWindowLong function which takes a LONG and not a LONG_PTR as third parameter.

But:

1) It's not recognized by PB :roll:
2) There's nothing longer than a signed long in PB :(