📄 group__handles.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: MiniGUI handles</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 Page</a> | <a class="qindex" href="modules.htm">Modules</a> | <a class="qindex" href="classes.htm">Alphabetical List</a> | <a class="qindex" href="annotated.htm">Data Structures</a> | <a class="qindex" href="dirs.htm">Directories</a> | <a class="qindex" href="files.htm">File List</a> | <a class="qindex" href="functions.htm">Data Fields</a> | <a class="qindex" href="globals.htm">Globals</a> | <a class="qindex" href="pages.htm">Related Pages</a></div><h1>MiniGUI handles<br><small>[<a class="el" href="group__macros__types.htm">Macros and data types commonly used</a>]</small></h1><h2>Typedefs</h2><ul><li>typedef unsigned int <a class="el" href="group__handles.htm#ga0">GHANDLE</a><dl class="el"><dd class="mdescRight">General handle. <a href="#ga0"></a><br></dl><li>typedef unsigned int <a class="el" href="group__handles.htm#ga1">HWND</a><dl class="el"><dd class="mdescRight">Handle to main window or control. <a href="#ga1"></a><br></dl><li>typedef unsigned int <a class="el" href="group__handles.htm#ga2">HDC</a><dl class="el"><dd class="mdescRight">Handle to device context. <a href="#ga2"></a><br></dl><li>typedef unsigned int <a class="el" href="group__handles.htm#ga3">HPALETTE</a><dl class="el"><dd class="mdescRight">Handle to a logical palette. <a href="#ga3"></a><br></dl><li>typedef unsigned int <a class="el" href="group__handles.htm#ga4">HCURSOR</a><dl class="el"><dd class="mdescRight">Handle to cursor. <a href="#ga4"></a><br></dl><li>typedef unsigned int <a class="el" href="group__handles.htm#ga5">HICON</a><dl class="el"><dd class="mdescRight">Handle to icon. <a href="#ga5"></a><br></dl><li>typedef unsigned int <a class="el" href="group__handles.htm#ga6">HMENU</a><dl class="el"><dd class="mdescRight">Handle to menu. <a href="#ga6"></a><br></dl><li>typedef unsigned int <a class="el" href="group__handles.htm#ga7">HACCEL</a><dl class="el"><dd class="mdescRight">Handle to accelarator. <a href="#ga7"></a><br></dl><li>typedef unsigned int <a class="el" href="group__handles.htm#ga8">HDLG</a><dl class="el"><dd class="mdescRight">Handle to dialog box, same as HWND. <a href="#ga8"></a><br></dl><li>typedef unsigned int <a class="el" href="group__handles.htm#ga9">HHOOK</a><dl class="el"><dd class="mdescRight">Handle to keyboard or mouse event hook. <a href="#ga9"></a><br></dl></ul><hr><h2>Typedef Documentation</h2><a class="anchor" name="ga0" doxytag="common.h::GHANDLE"></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">typedef unsigned int <a class="el" href="group__handles.htm#ga0">GHANDLE</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>General handle. <p><p>Definition at line <a class="el" href="common_8h-source.htm#l00302">302</a> of file <a class="el" href="common_8h-source.htm">common.h</a>. </td> </tr></table><a class="anchor" name="ga7" doxytag="common.h::HACCEL"></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">typedef unsigned int <a class="el" href="group__handles.htm#ga7">HACCEL</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Handle to accelarator. <p><p>Definition at line <a class="el" href="common_8h-source.htm#l00337">337</a> of file <a class="el" href="common_8h-source.htm">common.h</a>. </td> </tr></table><a class="anchor" name="ga4" doxytag="common.h::HCURSOR"></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">typedef unsigned int <a class="el" href="group__handles.htm#ga4">HCURSOR</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Handle to cursor. <p><p>Definition at line <a class="el" href="common_8h-source.htm#l00322">322</a> of file <a class="el" href="common_8h-source.htm">common.h</a>. </td> </tr></table><a class="anchor" name="ga2" doxytag="common.h::HDC"></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">typedef unsigned int <a class="el" href="group__handles.htm#ga2">HDC</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Handle to device context. <p><p>Definition at line <a class="el" href="common_8h-source.htm#l00312">312</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::HDLG"></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">typedef unsigned int <a class="el" href="group__handles.htm#ga8">HDLG</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Handle to dialog box, same as HWND. <p><p>Definition at line <a class="el" href="common_8h-source.htm#l00342">342</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::HHOOK"></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">typedef unsigned int <a class="el" href="group__handles.htm#ga9">HHOOK</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Handle to keyboard or mouse event hook. <p><p>Definition at line <a class="el" href="common_8h-source.htm#l00347">347</a> of file <a class="el" href="common_8h-source.htm">common.h</a>. </td> </tr></table><a class="anchor" name="ga5" doxytag="common.h::HICON"></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">typedef unsigned int <a class="el" href="group__handles.htm#ga5">HICON</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Handle to icon. <p><p>Definition at line <a class="el" href="common_8h-source.htm#l00327">327</a> of file <a class="el" href="common_8h-source.htm">common.h</a>. </td> </tr></table><a class="anchor" name="ga6" doxytag="common.h::HMENU"></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">typedef unsigned int <a class="el" href="group__handles.htm#ga6">HMENU</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Handle to menu. <p><p>Definition at line <a class="el" href="common_8h-source.htm#l00332">332</a> of file <a class="el" href="common_8h-source.htm">common.h</a>. </td> </tr></table><a class="anchor" name="ga3" doxytag="common.h::HPALETTE"></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">typedef unsigned int <a class="el" href="group__handles.htm#ga3">HPALETTE</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Handle to a logical palette. <p><p>Definition at line <a class="el" href="common_8h-source.htm#l00317">317</a> of file <a class="el" href="common_8h-source.htm">common.h</a>. </td> </tr></table><a class="anchor" name="ga1" doxytag="common.h::HWND"></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">typedef unsigned int <a class="el" href="group__handles.htm#ga1">HWND</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Handle to main window or control. <p><p>Definition at line <a class="el" href="common_8h-source.htm#l00307">307</a> of file <a class="el" href="common_8h-source.htm">common.h</a>. </td> </tr></table><hr size="1"><address style="align: right;"><small>Generated on Thu Nov 22 15:35:53 2007 for MiniGUI V1.6.10 API Reference by <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 + -