G
Guest
In VC++ 6.0 there were very handy macros to extract bytes from words and
words from double words: HIBYTE, LOBYTE,HIWORD,LOWORD.
Also there were macros to make words from bytes and double words from words:
MAKEWORD and MAKELONG.
I wonder whether there is something similar in .NET?
How can make the same operations (extract, make) in .NET?
Thanks
words from double words: HIBYTE, LOBYTE,HIWORD,LOWORD.
Also there were macros to make words from bytes and double words from words:
MAKEWORD and MAKELONG.
I wonder whether there is something similar in .NET?
How can make the same operations (extract, make) in .NET?
Thanks