⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 group__err__codes.htm

📁 MINIGUI1.6开发API
💻 HTM
📖 第 1 页 / 共 2 页
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>MiniGUI V1.6.10 API Reference: Error codes</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.4.2 --><div class="qindex"><a class="qindex" href="index.htm">Main&nbsp;Page</a> | <a class="qindex" href="modules.htm">Modules</a> | <a class="qindex" href="classes.htm">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.htm">Data&nbsp;Structures</a> | <a class="qindex" href="dirs.htm">Directories</a> | <a class="qindex" href="files.htm">File&nbsp;List</a> | <a class="qindex" href="functions.htm">Data&nbsp;Fields</a> | <a class="qindex" href="globals.htm">Globals</a> | <a class="qindex" href="pages.htm">Related&nbsp;Pages</a></div><h1>Error codes<br><small>[<a class="el" href="group__macros__types.htm">Macros and data types commonly used</a>]</small></h1><h2>Defines</h2><ul><li>#define <a class="el" href="group__err__codes.htm#ga0">ERR_OK</a>&nbsp;&nbsp;&nbsp;0<dl class="el"><dd class="mdescRight">Return value error ok.  <a href="#ga0"></a><br></dl><li>#define <a class="el" href="group__err__codes.htm#ga1">ERR_INV_HWND</a>&nbsp;&nbsp;&nbsp;-1<dl class="el"><dd class="mdescRight">Return value invalid window handle error.  <a href="#ga1"></a><br></dl><li>#define <a class="el" href="group__err__codes.htm#ga2">ERR_QUEUE_FULL</a>&nbsp;&nbsp;&nbsp;-2<dl class="el"><dd class="mdescRight">Return value queue is full error.  <a href="#ga2"></a><br></dl><li>#define <a class="el" href="group__err__codes.htm#ga3">ERR_INVALID_HANDLE</a>&nbsp;&nbsp;&nbsp;-3<dl class="el"><dd class="mdescRight">Return value invalid handle error.  <a href="#ga3"></a><br></dl><li>#define <a class="el" href="group__err__codes.htm#ga4">ERR_INVALID_HMENU</a>&nbsp;&nbsp;&nbsp;-4<dl class="el"><dd class="mdescRight">Return value invalid menu handle error.  <a href="#ga4"></a><br></dl><li>#define <a class="el" href="group__err__codes.htm#ga5">ERR_INVALID_POS</a>&nbsp;&nbsp;&nbsp;-5<dl class="el"><dd class="mdescRight">Return value invalid postion error.  <a href="#ga5"></a><br></dl><li>#define <a class="el" href="group__err__codes.htm#ga6">ERR_INVALID_ID</a>&nbsp;&nbsp;&nbsp;-6<dl class="el"><dd class="mdescRight">Return value invalid id error.  <a href="#ga6"></a><br></dl><li>#define <a class="el" href="group__err__codes.htm#ga7">ERR_RES_ALLOCATION</a>&nbsp;&nbsp;&nbsp;-7<dl class="el"><dd class="mdescRight">Return value allocation resource error .  <a href="#ga7"></a><br></dl><li>#define <a class="el" href="group__err__codes.htm#ga8">ERR_CTRLCLASS_INVNAME</a>&nbsp;&nbsp;&nbsp;-8<dl class="el"><dd class="mdescRight">Return value invalid name of control class error.  <a href="#ga8"></a><br></dl><li>#define <a class="el" href="group__err__codes.htm#ga9">ERR_CTRLCLASS_INVLEN</a>&nbsp;&nbsp;&nbsp;-9<dl class="el"><dd class="mdescRight">Return value control class invalid length.  <a href="#ga9"></a><br></dl><li>#define <a class="el" href="group__err__codes.htm#ga10">ERR_CTRLCLASS_MEM</a>&nbsp;&nbsp;&nbsp;-10<dl class="el"><dd class="mdescRight">Return value control class memory error.  <a href="#ga10"></a><br></dl><li>#define <a class="el" href="group__err__codes.htm#ga11">ERR_CTRLCLASS_INUSE</a>&nbsp;&nbsp;&nbsp;-11<dl class="el"><dd class="mdescRight">Return value inuse control class error.  <a href="#ga11"></a><br></dl><li>#define <a class="el" href="group__err__codes.htm#ga12">ERR_ALREADY_EXIST</a>&nbsp;&nbsp;&nbsp;-12<dl class="el"><dd class="mdescRight">Return value already exit error.  <a href="#ga12"></a><br></dl><li>#define <a class="el" href="group__err__codes.htm#ga13">ERR_NO_MATCH</a>&nbsp;&nbsp;&nbsp;-13<dl class="el"><dd class="mdescRight">Return no match error.  <a href="#ga13"></a><br></dl><li>#define <a class="el" href="group__err__codes.htm#ga14">ERR_BAD_OWNER</a>&nbsp;&nbsp;&nbsp;-14<dl class="el"><dd class="mdescRight">Return BAD owner error.  <a href="#ga14"></a><br></dl><li>#define <a class="el" href="group__err__codes.htm#ga15">ERR_IME_TOOMUCHIMEWND</a>&nbsp;&nbsp;&nbsp;-15<dl class="el"><dd class="mdescRight">Return value toom much IME window error.  <a href="#ga15"></a><br></dl><li>#define <a class="el" href="group__err__codes.htm#ga16">ERR_IME_NOSUCHIMEWND</a>&nbsp;&nbsp;&nbsp;-16<dl class="el"><dd class="mdescRight">Return value no such IME wondow error.  <a href="#ga16"></a><br></dl><li>#define <a class="el" href="group__err__codes.htm#ga17">ERR_IME_NOIMEWND</a>&nbsp;&nbsp;&nbsp;-17<dl class="el"><dd class="mdescRight">Return value no IME wondow error.  <a href="#ga17"></a><br></dl><li>#define <a class="el" href="group__err__codes.htm#ga18">ERR_CONFIG_FILE</a>&nbsp;&nbsp;&nbsp;-18<dl class="el"><dd class="mdescRight">Return value configure file error.  <a href="#ga18"></a><br></dl><li>#define <a class="el" href="group__err__codes.htm#ga19">ERR_FILE_IO</a>&nbsp;&nbsp;&nbsp;-19<dl class="el"><dd class="mdescRight">Return value file io error.  <a href="#ga19"></a><br></dl><li>#define <a class="el" href="group__err__codes.htm#ga20">ERR_GFX_ENGINE</a>&nbsp;&nbsp;&nbsp;-20<dl class="el"><dd class="mdescRight">Return value GFX engine error.  <a href="#ga20"></a><br></dl><li>#define <a class="el" href="group__err__codes.htm#ga21">ERR_INPUT_ENGINE</a>&nbsp;&nbsp;&nbsp;-21<dl class="el"><dd class="mdescRight">Return value input engine error.  <a href="#ga21"></a><br></dl><li>#define <a class="el" href="group__err__codes.htm#ga22">ERR_NO_ENGINE</a>&nbsp;&nbsp;&nbsp;-22<dl class="el"><dd class="mdescRight">Return value no engine error.  <a href="#ga22"></a><br></dl><li>#define <a class="el" href="group__err__codes.htm#ga23">ERR_INVALID_ARGS</a>&nbsp;&nbsp;&nbsp;-23<dl class="el"><dd class="mdescRight">Return value invalid args.  <a href="#ga23"></a><br></dl></ul><hr><h2>Define Documentation</h2><a class="anchor" name="ga12" doxytag="common.h::ERR_ALREADY_EXIST"></a><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">#define ERR_ALREADY_EXIST&nbsp;&nbsp;&nbsp;-12          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Return value already exit error. <p><p>Definition at line <a class="el" href="common_8h-source.htm#l01273">1273</a> of file <a class="el" href="common_8h-source.htm">common.h</a>.    </td>  </tr></table><a class="anchor" name="ga14" doxytag="common.h::ERR_BAD_OWNER"></a><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">#define ERR_BAD_OWNER&nbsp;&nbsp;&nbsp;-14          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Return BAD owner error. <p><p>Definition at line <a class="el" href="common_8h-source.htm#l01285">1285</a> of file <a class="el" href="common_8h-source.htm">common.h</a>.    </td>  </tr></table><a class="anchor" name="ga18" doxytag="common.h::ERR_CONFIG_FILE"></a><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">#define ERR_CONFIG_FILE&nbsp;&nbsp;&nbsp;-18          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Return value configure file error. <p><p>Definition at line <a class="el" href="common_8h-source.htm#l01309">1309</a> of file <a class="el" href="common_8h-source.htm">common.h</a>.    </td>  </tr></table><a class="anchor" name="ga11" doxytag="common.h::ERR_CTRLCLASS_INUSE"></a><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">#define ERR_CTRLCLASS_INUSE&nbsp;&nbsp;&nbsp;-11          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Return value inuse control class error. <p><p>Definition at line <a class="el" href="common_8h-source.htm#l01267">1267</a> of file <a class="el" href="common_8h-source.htm">common.h</a>.    </td>  </tr></table><a class="anchor" name="ga9" doxytag="common.h::ERR_CTRLCLASS_INVLEN"></a><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">#define ERR_CTRLCLASS_INVLEN&nbsp;&nbsp;&nbsp;-9          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Return value control class invalid length. <p><p>Definition at line <a class="el" href="common_8h-source.htm#l01255">1255</a> of file <a class="el" href="common_8h-source.htm">common.h</a>.    </td>  </tr></table><a class="anchor" name="ga8" doxytag="common.h::ERR_CTRLCLASS_INVNAME"></a><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">#define ERR_CTRLCLASS_INVNAME&nbsp;&nbsp;&nbsp;-8          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Return value invalid name of control class error. <p><p>Definition at line <a class="el" href="common_8h-source.htm#l01249">1249</a> of file <a class="el" href="common_8h-source.htm">common.h</a>.    </td>  </tr></table><a class="anchor" name="ga10" doxytag="common.h::ERR_CTRLCLASS_MEM"></a><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">#define ERR_CTRLCLASS_MEM&nbsp;&nbsp;&nbsp;-10          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Return value control class memory error. <p><p>Definition at line <a class="el" href="common_8h-source.htm#l01261">1261</a> of file <a class="el" href="common_8h-source.htm">common.h</a>.    </td>  </tr></table><a class="anchor" name="ga19" doxytag="common.h::ERR_FILE_IO"></a><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">#define ERR_FILE_IO&nbsp;&nbsp;&nbsp;-19          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Return value file io error. <p><p>Definition at line <a class="el" href="common_8h-source.htm#l01315">1315</a> of file <a class="el" href="common_8h-source.htm">common.h</a>.    </td>  </tr></table><a class="anchor" name="ga20" doxytag="common.h::ERR_GFX_ENGINE"></a><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">#define ERR_GFX_ENGINE&nbsp;&nbsp;&nbsp;-20          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Return value GFX engine error. <p><p>Definition at line <a class="el" href="common_8h-source.htm#l01321">1321</a> of file <a class="el" href="common_8h-source.htm">common.h</a>.    </td>  </tr></table><a class="anchor" name="ga17" doxytag="common.h::ERR_IME_NOIMEWND"></a><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">#define ERR_IME_NOIMEWND&nbsp;&nbsp;&nbsp;-17          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Return value no IME wondow error. <p><p>Definition at line <a class="el" href="common_8h-source.htm#l01303">1303</a> of file <a class="el" href="common_8h-source.htm">common.h</a>.    </td>  </tr></table><a class="anchor" name="ga16" doxytag="common.h::ERR_IME_NOSUCHIMEWND"></a><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">#define ERR_IME_NOSUCHIMEWND&nbsp;&nbsp;&nbsp;-16          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Return value no such IME wondow error. <p><p>Definition at line <a class="el" href="common_8h-source.htm#l01297">1297</a> of file <a class="el" href="common_8h-source.htm">common.h</a>.    </td>  </tr></table><a class="anchor" name="ga15" doxytag="common.h::ERR_IME_TOOMUCHIMEWND"></a><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">#define ERR_IME_TOOMUCHIMEWND&nbsp;&nbsp;&nbsp;-15          </td>        </tr>      </table>    </td>  </tr>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -