AdvancedLauncher.Tools.NativeMacros.GET_X_LPARAM C# (CSharp) Méthode

GET_X_LPARAM() public static méthode

public static GET_X_LPARAM ( uint dword ) : int
dword uint
Résultat int
        public static int GET_X_LPARAM(uint dword)
        {
            return unchecked((int)(short)LOWORD(dword));
        }