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

📄 winmain_8cpp.html

📁 《道法自然》书的源码FishGUI,一个跨平台的界面库
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=gb2312"><title>FishGUI: WinMain.cpp File Reference</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- 制作者 Doxygen 1.3.6 --><div class="qindex"><a class="qindex" href="main.html">首页</a> | <a class="qindex" href="modules.html">模块</a> | <a class="qindex" href="hierarchy.html">类继承关系</a> | <a class="qindex" href="classes.html">按字典顺序排序的列表</a> | <a class="qindex" href="annotated.html">组合类型列表</a> | <a class="qindex" href="files.html">文件列表</a> | <a class="qindex" href="functions.html">组合类型成员</a> | <a class="qindex" href="globals.html">文件成员</a></div><h1>WinMain.cpp文件参考</h1><hr><a name="_details"></a><h2>详细描述</h2>Windows的启动文件. <p><p>在文件<a class="el" href="WinMain_8cpp-source.html">WinMain.cpp</a>中定义。<p><code>#include "windows.h"</code><br><code>#include &lt;crtdbg.h&gt;</code><br><code>#include "<a class="el" href="FG__Win32Adaptor_8h-source.html">../OSAdaptor/FG_Win32Adaptor.h</a>"</code><br><p>WinMain.cpp包含/依赖关系图:<p><center><img src="WinMain_8cpp__incl.png" border="0" usemap="#WinMain.cpp_map" alt="Include dependency graph"></center><map name="WinMain.cpp_map"><area href="FG__Win32Adaptor_8h.html" shape="rect" coords="143,391,348,417" alt=""><area href="FG__OSAdaptor_8h.html" shape="rect" coords="192,316,299,343" alt=""><area href="FG__Utility_8h.html" shape="rect" coords="181,167,307,193" alt=""><area href="FG__OSDrawInterface_8h.html" shape="rect" coords="228,241,369,268" alt=""><area href="FG__Common_8h.html" shape="rect" coords="11,17,107,44" alt=""><area href="FG__String_8h.html" shape="rect" coords="57,92,135,119" alt=""><area href="FG__Point_8h.html" shape="rect" coords="207,17,281,44" alt=""><area href="FG__Rect_8h.html" shape="rect" coords="209,92,279,119" alt=""><area href="FG__Message_8h.html" shape="rect" coords="303,92,399,119" alt=""><area href="FG__List_8h.html" shape="rect" coords="423,92,487,119" alt=""><area href="FG__OSMsgObserver_8h.html" shape="rect" coords="511,92,649,119" alt=""></map><p><a href="WinMain_8cpp-source.html">浏览该文件的源代码。</a><table border=0 cellpadding=0 cellspacing=0><tr><td></td></tr><tr><td colspan=2><br><h2>函数</h2></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>int WINAPI&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="WinMain_8cpp.html#a0">WinMain</a> (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR pCmd, int nCmdShow)</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">WinMain.  <a href="#a0"></a><br><br></td></tr></table><hr><h2>函数文档</h2><a class="anchor" name="a0" doxytag="WinMain.cpp::WinMain" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> int WINAPI WinMain </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top">HINSTANCE&nbsp;</td>          <td class="mdname" nowrap> <em>hInstance</em>, </td>        </tr>        <tr>          <td class="md" nowrap align="right"></td>          <td></td>          <td class="md" nowrap>HINSTANCE&nbsp;</td>          <td class="mdname" nowrap> <em>hPrevInstance</em>, </td>        </tr>        <tr>          <td class="md" nowrap align="right"></td>          <td></td>          <td class="md" nowrap>LPSTR&nbsp;</td>          <td class="mdname" nowrap> <em>pCmd</em>, </td>        </tr>        <tr>          <td class="md" nowrap align="right"></td>          <td></td>          <td class="md" nowrap>int&nbsp;</td>          <td class="mdname" nowrap> <em>nCmdShow</em></td>        </tr>        <tr>          <td></td>          <td class="md">)&nbsp;</td>          <td class="md" colspan="2"></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>WinMain. <p><dl compact><dt><b>参数:</b></dt><dd>  <table border="0" cellspacing="2" cellpadding="0">    <tr><td valign=top><em>hInstance</em>&nbsp;</td><td></td></tr>    <tr><td valign=top><em>hPrevInstance</em>&nbsp;</td><td></td></tr>    <tr><td valign=top><em>pCmd</em>&nbsp;</td><td></td></tr>    <tr><td valign=top><em>nCmdShow</em>&nbsp;</td><td></td></tr>  </table></dl><dl compact><dt><b>返回:</b></dt><dd>int WINAPI </dd></dl><p>在文件<a class="el" href="WinMain_8cpp-source.html">WinMain.cpp</a>第<a class="el" href="WinMain_8cpp-source.html#l00053">53</a>行定义。<p>参考 <a class="el" href="FG__OSAdaptor_8cpp-source.html#l00061">FG_GetAdaptor()</a>、<a class="el" href="FG__Common_8h-source.html#l00046">NULL</a>、<a class="el" href="FG__OSAdaptor_8cpp-source.html#l00090">FG_OSAdaptor::Run()</a>、<a class="el" href="FG__Win32Adaptor_8cpp-source.html#l00122">FG_Win32Adaptor::SetBmpPath()</a>、<a class="el" href="FG__Win32Adaptor_8h-source.html#l00103">FG_Win32Adaptor::SetCmdShow()</a>、<a class="el" href="FG__Win32Adaptor_8h-source.html#l00089">FG_Win32Adaptor::SetInst()</a>、<a class="el" href="FG__Win32Adaptor_8h-source.html#l00096">FG_Win32Adaptor::SetPrevInst()</a>及<a class="el" href="FG__Common_8h-source.html#l00055">WORD</a>.    </td>  </tr></table><p>Here is the call graph for this function:<p><center><img src="WinMain_8cpp_a0_cgraph.png" border="0" usemap="#WinMain_8cpp_a0_cgraph_map" alt=""></center><map name="WinMain_8cpp_a0_cgraph_map"><area href="group__OSAdaptor.html#ga1" shape="rect" coords="179,32,277,58" alt=""><area href="classFG__OSAdaptor.html#a0" shape="rect" coords="164,94,292,121" alt=""><area href="classFG__Win32Adaptor.html#a6" shape="rect" coords="129,145,327,172" alt=""><area href="classFG__Win32Adaptor.html#a5" shape="rect" coords="127,196,329,222" alt=""><area href="classFG__Win32Adaptor.html#a3" shape="rect" coords="147,246,309,273" alt=""><area href="classFG__Win32Adaptor.html#a4" shape="rect" coords="133,297,323,324" alt=""><area href="classFG__OSAdaptor.html#e0" shape="rect" coords="381,6,552,33" alt=""><area href="classFG__OSAdaptor.html#b3" shape="rect" coords="391,57,543,84" alt=""><area href="classFG__OSAdaptor.html#b2" shape="rect" coords="379,108,555,134" alt=""><area href="classFG__OSAdaptor.html#b1" shape="rect" coords="381,158,552,185" alt=""></map><hr><center>由 DoxyGen 1.3.6 于 Wed Jun 9 22:36:45 2004 生成<br>版权所有 (C) 2003,2004 王咏武</body></html>

⌨️ 快捷键说明

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