AdvancedLauncher.Tools.NativeMacros.LOWORD C# (CSharp) 메소드

LOWORD() 공개 정적인 메소드

public static LOWORD ( uint dword ) : ushort
dword uint
리턴 ushort
        public static ushort LOWORD(uint dword)
        {
            return (ushort)dword;
        }