Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Get low word from 32 bit value
Message
From
16/05/2006 11:22:30
 
 
To
16/05/2006 08:35:47
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01122157
Message ID:
01122296
Views:
16
This message has been marked as the solution to the initial question of the thread.
Hi,
lowWord = BITAND(returnValue,0xFFFF)
highWord = BITRSHIFT(returnValue,16)
Regards
Christian
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform