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

📄 group__system__msgs.htm

📁 MINIGUI1.6开发API
💻 HTM
字号:
<!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: System messages</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>System messages<br><small>[<a class="el" href="group__msgs.htm">Messages</a>]</small></h1><h2>Defines</h2><ul><li>#define <a class="el" href="group__system__msgs.htm#ga2">MSG_IDLE</a>&nbsp;&nbsp;&nbsp;0x0142<dl class="el"><dd class="mdescRight">Indicates the system enters idle loop.  <a href="#ga2"></a><br></dl><li>#define <a class="el" href="group__system__msgs.htm#ga4">MSG_TIMER</a>&nbsp;&nbsp;&nbsp;0x0144<dl class="el"><dd class="mdescRight">Indicates a timer has expired.  <a href="#ga4"></a><br></dl><li>#define <a class="el" href="group__system__msgs.htm#ga6">MSG_DOESNEEDIME</a>&nbsp;&nbsp;&nbsp;0x0150<dl class="el"><dd class="mdescRight">Sends to a window to query whether the window needs to open IME window.  <a href="#ga6"></a><br></dl></ul><hr><h2>Define Documentation</h2><a class="anchor" name="ga6" doxytag="window.h::MSG_DOESNEEDIME"></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 MSG_DOESNEEDIME&nbsp;&nbsp;&nbsp;0x0150          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Sends to a window to query whether the window needs to open IME window. <p>The system will send this message when the window gain the input focus to determine whether the window needs to open IME window.<p>The application should handle this message and return TRUE when the window need IME window. Default window procedure returns FALSE.<p><dl compact><dt><b>Note:</b></dt><dd>This is a asynchronical message. </dd></dl><p>Definition at line <a class="el" href="window_8h-source.htm#l01724">1724</a> of file <a class="el" href="window_8h-source.htm">window.h</a>.    </td>  </tr></table><a class="anchor" name="ga2" doxytag="window.h::MSG_IDLE"></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 MSG_IDLE&nbsp;&nbsp;&nbsp;0x0142          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Indicates the system enters idle loop. <p>This message is sent to the all main windows when the system enters idle loop. <p>Definition at line <a class="el" href="window_8h-source.htm#l01636">1636</a> of file <a class="el" href="window_8h-source.htm">window.h</a>.    </td>  </tr></table><a class="anchor" name="ga4" doxytag="window.h::MSG_TIMER"></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 MSG_TIMER&nbsp;&nbsp;&nbsp;0x0144          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Indicates a timer has expired. <p>This message is sent to the window when a timer expired.<p><div class="fragment"><pre class="fragment"> <a class="code" href="group__system__msgs.htm#ga4">MSG_TIMER</a> <span class="keywordtype">int</span> timer_id = (int)wParam; <a class="code" href="group__win32__types.htm#ga4">DWORD</a> tick_count = (<a class="code" href="group__win32__types.htm#ga4">DWORD</a>)lParam;</pre></div><p><dl compact><dt><b>Parameters:</b></dt><dd>  <table border="0" cellspacing="2" cellpadding="0">    <tr><td valign="top"></td><td valign="top"><em>timer_id</em>&nbsp;</td><td>The identifier of the timer has expired. </td></tr>    <tr><td valign="top"></td><td valign="top"><em>tick_count</em>&nbsp;</td><td>The tick count when the timer had expired. </td></tr>  </table></dl><p>Definition at line <a class="el" href="window_8h-source.htm#l01655">1655</a> of file <a class="el" href="window_8h-source.htm">window.h</a>.    </td>  </tr></table><hr size="1"><address style="align: right;"><small>Generated on Thu Nov 22 15:35:55 2007 for MiniGUI V1.6.10 API Reference by&nbsp;<a href="http://www.doxygen.org/index.html"><img src="http://www.minigui.com/api_ref/1.6.10/doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.2 </small></address></body></html>

⌨️ 快捷键说明

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