tiredofit
Well-known Member
- Joined
- Apr 11, 2013
- Messages
- 1,913
- Office Version
- 365
- 2019
- Platform
- Windows
I am trying to convert my 32 bit APIs to 64 bit.
Can someone please explain what is meant by:
What are Pointers or Handles?
Thanks
Rich (BB code):
Can someone please explain what is meant by:
Rich (BB code):
"But bear in mind that any variables in your code that hold Pointers or Handles will also have to change from Long to LongPtr"
Thanks