C++ LOBYTE .Please explain more?
问题 i recently started learning c++ and assembly and i came across LOBYTE when i disassembled something in IDA and viewed the function in pseudo code. Reading the msdn : http://msdn.microsoft.com/en-us/library/windows/desktop/ms632658(v=vs.85).aspx i still dont understand.What is a low order byte? Can someone tell me more on what its used for and an example of its usage in c++ ? 回答1: LOBYTE and HIBYTE along with HIWORD and LOWORD , are macros used to extract a word or a byte from a larger set of