LOWORD Macro

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

HeaderDeclared in Windef.h, include Windows.h
Minimum operating systems Windows 95, Windows NT 3.1

See Also

Tags :


Page view tracker