LOBYTE macro
Retrieves the low-order byte from the specified value.
Syntax
BYTE LOBYTE( WORD wValue );
Parameters
- wValue
-
The value to be converted.
Return value
Type: BYTE
The return value is the low-order byte of the specified value.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
See also
- Reference
- HIBYTE
- LOWORD
- Conceptual
- Windows Data Types
Show: