How to use SetWindowLongPtr()

Everything else that doesn't fall into one of the other PB categories.
Anden
Enthusiast
Enthusiast
Posts: 135
Joined: Mon Jul 21, 2003 7:23 am
Contact:

How to use SetWindowLongPtr()

Post 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 :(