AdvancedLauncher.Tools.NativeMacros.GET_Y_LPARAM C# (CSharp) Метод

GET_Y_LPARAM() публичный статический Метод

public static GET_Y_LPARAM ( uint dword ) : int
dword uint
Результат int
        public static int GET_Y_LPARAM(uint dword)
        {
            return unchecked((int)(short)HIWORD(dword));
        }