Example #1
0
		internal static int LOWORD(IntPtr n)
		{
			return NativeMethods.LOWORD((int)((long)n));
		}