Blue.Private.Win32Imports.Win32.Bit.LoWord C# (CSharp) Method

LoWord() public static method

public static LoWord ( int iValue ) : int
iValue int
return int
            public static int LoWord( int iValue )
            {
                return ( iValue & 0xFFFF );
            }