public static void FlashMessage(string inStrMessage, bool inBShowApplication, int inMaxTime)
        {
            int ret = CApplicationAPI.FlashMessage(out _mySError, inStrMessage, inBShowApplication, inMaxTime);

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