I see a post with a comment like "you should use always integer for handles"
it concerns me. Currently all my apps store handles in the default type, which
is (or was?) a long. That is, I code it like this: handle=OpenProcess_(). Does
that mean I should now be doing this: handle.i=OpenProcess_()
Or, to put it another way: if I don't change my style, my apps will still run just
fine on 64-bit version of Windows, right? What's the story?


