Quick Info

Windows NT
Yes
Win95
Yes
Win32s
Yes
Import Library

Header File
windef.h
Unicode
No
Platform Notes
None

LOWORD

The LOWORD macro retrieves the low-order word from the given 32-bit value.

WORD LOWORD(

DWORD dwValue
// value from which low-order word is retrieved
);

Parameters

dwValue

Specifies the value to be converted.

Return Values

The return value is the low-order word of the specified value.

Remarks

The LOWORD macro is defined as follows:

#define LOWORD(l) ((WORD) (l))

See Also

HIWORD
, LOBYTE

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples