V(ery) Basic
Aug 10th, 2000, 01:25 PM
I was looking through a C++ file and saw that to find the high-order bit of a value, like wParam or lParam, they used HIWORD and to find the low-order bit they used LOWORD.
(At least, that's what I assume these functions do ;) )
I think to find the HIWORD - equivalent in VB you use &HFFFF (I'm not sure how many f's) but I don't know if this is what you use for the LOWORD, or it is the other way around or maybe you use
God this is starting to sound like an Eminem single.
Okay. How do you find the HIWORD and LOWORD of a value?
(At least, that's what I assume these functions do ;) )
I think to find the HIWORD - equivalent in VB you use &HFFFF (I'm not sure how many f's) but I don't know if this is what you use for the LOWORD, or it is the other way around or maybe you use
God this is starting to sound like an Eminem single.
Okay. How do you find the HIWORD and LOWORD of a value?