|
-
Aug 10th, 2000, 01:25 PM
#1
Thread Starter
Fanatic Member
HIWORD and LOWORD equivalents
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|