The LOWORD macro retrieves the low-order word from the specified value.
Syntax
WORD LOWORD(
DWORD dwValue
);
Parameters
- dwValue
-
Specifies the value to be converted.
Return Value
The return value is the low-order word of the specified value.
Macro Information
| Header | Declared in Windef.h, include Windows.h |
|---|
| Minimum operating systems |
Windows 95, Windows NT 3.1 |
|---|
See Also