public static void ChangeAppRectangle(int inNLeft, int inNTop, int inNWidth, int inNHeight, int inMaxTime)
        {
            int ret = CApplicationAPI.ChangeAppRectangle(out _mySError, inNLeft, inNTop, inNWidth, inNHeight, inMaxTime);

            O("ChangeAppRectangle returns: " + ret.ToString());
        }