Equinox Online Help - Language Reference - A to Z
Loword |
|
|---|---|
| Applies to | ![]() |
| Syntax | Loword(LongExpression) |
| Action | [Function] Returns the lower word of an unsigned long data item. |
| Scope | Usable anywhere. |
| Notes | This function returns the lower word (two bytes) of the unsigned long (4-byte) argument. Note that it is only provided for DLL support. You should not use it for general data handling. |
| Category | Windows and DLLs |
| See Also | Bcopy, WindowHandle, External, FontHandle, GetMessageParameters, GetNotifyParameters, Hiword, MakeLong, PaletteRGB, RGB, RGBValues |
| Example | This example returns the lower word of the long item lParam into the variable ButtonId. ButtonId = Loword(lParam) |
