Prev Next
The LOBYTE macro retrieves the low-order byte from the given 16-bit
value.
BYTE LOBYTE(
WORD wValue
|
// value from which low-order byte is retrieved
|
);
|
|
Parameters
-
wValue
-
Specifies the value to be converted.
Return Values
The return value is the low-order byte of the specified value.
Remarks
The LOBYTE macro is defined as follows:
#define LOBYTE(w) ((BYTE) (w))
See Also
HIBYTE, LOWORD
file: /Techref/os/win/api/win32/mac/src/mac02_19.htm, 1KB, , updated: 2000/4/7 11:06, local time: 2024/11/7 06:28,
|
| ©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://techref.massmind.org/techref/os/win/api/win32/mac/src/mac02_19.htm"> LOBYTE</A> |
Did you find what you needed?
|
.
|