1 Star 4 Fork 2

cbwang505 / win32k

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
a00368_source.html 19.52 KB
一键复制 编辑 原始数据 按行查看 历史
cbwang505 提交于 2020-01-04 20:32 . init
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Win32k: vkoem.h 源文件</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Win32k
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- 制作者 Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'搜索');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','搜索');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('a00368_source.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">vkoem.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="a00368.html">浏览该文件的文档.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160; </div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160; </div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="comment">/*</span></div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="comment"> * This group is mainly used by Nokia.</span></div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="comment"> * Some ICO keyboards will generate VK_OEM_F17 and VK_OEM_F18</span></div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="comment"> * VK_OEM_F17 - VK_OEM_F24 is 0x80h - 0x87</span></div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;<span class="comment"> */</span></div>
<div class="line"><a name="l00028"></a><span class="lineno"><a class="line" href="a00368.html#a5eaf504c5f1da047d0cdfe0da767d9d0"> 28</a></span>&#160;<span class="preprocessor">#define VK_OEM_F17 0x80</span></div>
<div class="line"><a name="l00029"></a><span class="lineno"><a class="line" href="a00368.html#a968d7827c31ea44409f965d2b9b034bd"> 29</a></span>&#160;<span class="preprocessor">#define VK_OEM_F18 0x81</span></div>
<div class="line"><a name="l00030"></a><span class="lineno"><a class="line" href="a00368.html#a2d1c43eba9dc8fc117e669f3e98da936"> 30</a></span>&#160;<span class="preprocessor">#define VK_OEM_F19 0x82</span></div>
<div class="line"><a name="l00031"></a><span class="lineno"><a class="line" href="a00368.html#ad6b37efa141b0abe003a8ebf36253b7a"> 31</a></span>&#160;<span class="preprocessor">#define VK_OEM_F20 0x83</span></div>
<div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="a00368.html#a02404630d5ea8962f42ae2fb55ec88ba"> 32</a></span>&#160;<span class="preprocessor">#define VK_OEM_F21 0x84</span></div>
<div class="line"><a name="l00033"></a><span class="lineno"><a class="line" href="a00368.html#a8ab0c886e20147f5a6dd072cba4bc54e"> 33</a></span>&#160;<span class="preprocessor">#define VK_OEM_F22 0x85</span></div>
<div class="line"><a name="l00034"></a><span class="lineno"><a class="line" href="a00368.html#a4b141d726d896c2737f2fb0a33e40c53"> 34</a></span>&#160;<span class="preprocessor">#define VK_OEM_F23 0x86</span></div>
<div class="line"><a name="l00035"></a><span class="lineno"><a class="line" href="a00368.html#a241a6bb0357cc8826fec6fe2717424cf"> 35</a></span>&#160;<span class="preprocessor">#define VK_OEM_F24 0x87</span></div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160; </div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;<span class="comment">/*</span></div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160;<span class="comment"> * 0x88 - 0x8F : unassigned</span></div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160;<span class="comment"> * 0x90 : was VK_OEM_NUMBER now VK_NUMLOCK (see &quot;winuser.h&quot;)</span></div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160;<span class="comment"> */</span></div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160; </div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160;<span class="comment">/*</span></div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160;<span class="comment"> * Scroll Lock</span></div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160;<span class="comment"> */</span></div>
<div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="a00368.html#a9171e0a1fa6ffc3e66205122b281c2a8"> 45</a></span>&#160;<span class="preprocessor">#define VK_OEM_SCROLL 0x91</span></div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160; </div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160;<span class="comment">/*</span></div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160;<span class="comment"> * 0x92 - 0x5A : unassigned</span></div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160;<span class="comment"> * 0x5B - 0x5D : VK_LWIN, VK_RWIN, VK_APPS - Microsoft Contour keyboard</span></div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160;<span class="comment"> * 0x5E - 0xB9 : unassigned</span></div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160;<span class="comment"> */</span></div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160; </div>
<div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="a00368.html#abe9ac1ea1d3eea6854583e8b85da877b"> 55</a></span>&#160;<span class="preprocessor">#define VK_OEM_1 0xBA // &#39;;:&#39; for US</span></div>
<div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="a00368.html#a7d8071d730bb053a0fef9234c77123be"> 56</a></span>&#160;<span class="preprocessor">#define VK_OEM_PLUS 0xBB // &#39;+&#39; any country</span></div>
<div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="a00368.html#a0dee4b5beb88a034bf6828dde2c90c7e"> 57</a></span>&#160;<span class="preprocessor">#define VK_OEM_COMMA 0xBC // &#39;,&#39; any country</span></div>
<div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="a00368.html#aa34ad068f66bb32c91a2f17417766b83"> 58</a></span>&#160;<span class="preprocessor">#define VK_OEM_MINUS 0xBD // &#39;-&#39; any country</span></div>
<div class="line"><a name="l00059"></a><span class="lineno"><a class="line" href="a00368.html#a56932ac9f592d0960ae4c723c4a3d35c"> 59</a></span>&#160;<span class="preprocessor">#define VK_OEM_PERIOD 0xBE // &#39;.&#39; any country</span></div>
<div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="a00368.html#aa3ca5130f29e3cacdc0a432fda9ee577"> 60</a></span>&#160;<span class="preprocessor">#define VK_OEM_2 0xBF // &#39;/?&#39; for US</span></div>
<div class="line"><a name="l00061"></a><span class="lineno"><a class="line" href="a00368.html#aed7884866634155375a93669a3442a82"> 61</a></span>&#160;<span class="preprocessor">#define VK_OEM_3 0xC0 // &#39;`~&#39; for US</span></div>
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160; </div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160;<span class="comment">/*</span></div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160;<span class="comment"> * 0xC1 - 0xDA : unassigned</span></div>
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160;<span class="comment"> */</span></div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160; </div>
<div class="line"><a name="l00067"></a><span class="lineno"><a class="line" href="a00368.html#a4779d921108035d80a147fe0c003dcf3"> 67</a></span>&#160;<span class="preprocessor">#define VK_OEM_4 0xDB // &#39;[{&#39; for US</span></div>
<div class="line"><a name="l00068"></a><span class="lineno"><a class="line" href="a00368.html#a0ee4c91d3033af2b7e38678b6dc21f81"> 68</a></span>&#160;<span class="preprocessor">#define VK_OEM_5 0xDC // &#39;\|&#39; for US</span></div>
<div class="line"><a name="l00069"></a><span class="lineno"><a class="line" href="a00368.html#a8b798e23db4a87650e076694151dd528"> 69</a></span>&#160;<span class="preprocessor">#define VK_OEM_6 0xDD // &#39;]}&#39; for US</span></div>
<div class="line"><a name="l00070"></a><span class="lineno"><a class="line" href="a00368.html#a2de98a3e6e31b6697e4e3b6c42f757af"> 70</a></span>&#160;<span class="preprocessor">#define VK_OEM_7 0xDE // &#39;&#39;&quot;&#39; for US</span></div>
<div class="line"><a name="l00071"></a><span class="lineno"><a class="line" href="a00368.html#a76c56d4bbd76ac7552fbdb5ba28427fe"> 71</a></span>&#160;<span class="preprocessor">#define VK_OEM_8 0xDF</span></div>
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160; </div>
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160;<span class="comment">/*</span></div>
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160;<span class="comment"> * codes various extended or enhanced keyboards</span></div>
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160;<span class="comment"> */</span></div>
<div class="line"><a name="l00076"></a><span class="lineno"><a class="line" href="a00368.html#a9c77f2904b7912122c838737a2431cd1"> 76</a></span>&#160;<span class="preprocessor">#define VK_OEM_102 0xE2 // &quot;&lt;&gt;&quot; or &quot;\|&quot; on RT 102-key kbd.</span></div>
<div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="a00368.html#aae538926ffe267ebb07858b17cec0bc1"> 77</a></span>&#160;<span class="preprocessor">#define VK_ICO_HELP 0xE3 // Help key on ICO</span></div>
<div class="line"><a name="l00078"></a><span class="lineno"><a class="line" href="a00368.html#a735ede29c5cbdefe44032507db75aecc"> 78</a></span>&#160;<span class="preprocessor">#define VK_ICO_00 0xE4 // 00 key on ICO</span></div>
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160; </div>
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160;<span class="comment">/*</span></div>
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160;<span class="comment"> * 0xE5 unassigned</span></div>
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160;<span class="comment"> */</span></div>
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160; </div>
<div class="line"><a name="l00084"></a><span class="lineno"><a class="line" href="a00368.html#a1b9d9cea6b6615843081d30febba6cfe"> 84</a></span>&#160;<span class="preprocessor">#define VK_ICO_CLEAR 0xE6</span></div>
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160; </div>
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160;<span class="comment">/*</span></div>
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>&#160;<span class="comment"> * 0xE7h - 0xE8 unassigned</span></div>
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>&#160;<span class="comment"> */</span></div>
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160; </div>
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>&#160;<span class="comment">/*</span></div>
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160;<span class="comment"> * Nokia/Ericsson definitions</span></div>
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160;<span class="comment"> */</span></div>
<div class="line"><a name="l00093"></a><span class="lineno"><a class="line" href="a00368.html#a83245cc43ae0b34ce5f0e489b9f10d55"> 93</a></span>&#160;<span class="preprocessor">#define VK_ERICSSON_BASE 0xE8</span></div>
<div class="line"><a name="l00094"></a><span class="lineno"><a class="line" href="a00368.html#a9d5628dd35f8cf74b8bdfa9f08e201ac"> 94</a></span>&#160;<span class="preprocessor">#define VK_OEM_RESET (VK_ERICSSON_BASE + 1) // 0xE9</span></div>
<div class="line"><a name="l00095"></a><span class="lineno"><a class="line" href="a00368.html#a3a15fae12b90c675ef20b124263171f2"> 95</a></span>&#160;<span class="preprocessor">#define VK_OEM_JUMP (VK_ERICSSON_BASE + 2) // 0xEA</span></div>
<div class="line"><a name="l00096"></a><span class="lineno"><a class="line" href="a00368.html#a52f552f016e284ab28aefe9e7bbc1458"> 96</a></span>&#160;<span class="preprocessor">#define VK_OEM_PA1 (VK_ERICSSON_BASE + 3) // 0xEB</span></div>
<div class="line"><a name="l00097"></a><span class="lineno"><a class="line" href="a00368.html#ae53af8f0990e0498ed99be30beb7d244"> 97</a></span>&#160;<span class="preprocessor">#define VK_OEM_PA2 (VK_ERICSSON_BASE + 4) // 0xEC</span></div>
<div class="line"><a name="l00098"></a><span class="lineno"><a class="line" href="a00368.html#a76cdc4d925e5618a9b0e57a27e046655"> 98</a></span>&#160;<span class="preprocessor">#define VK_OEM_PA3 (VK_ERICSSON_BASE + 5) // 0xED</span></div>
<div class="line"><a name="l00099"></a><span class="lineno"><a class="line" href="a00368.html#ad19cbac8a2cbef03e3147480de772ba7"> 99</a></span>&#160;<span class="preprocessor">#define VK_OEM_WSCTRL (VK_ERICSSON_BASE + 6) // 0xEE</span></div>
<div class="line"><a name="l00100"></a><span class="lineno"><a class="line" href="a00368.html#ab522eb014e3789af8db7b48f22e2240f"> 100</a></span>&#160;<span class="preprocessor">#define VK_OEM_CUSEL (VK_ERICSSON_BASE + 7) // 0xEF</span></div>
<div class="line"><a name="l00101"></a><span class="lineno"><a class="line" href="a00368.html#a972b0a9764f28495616849f2d06de7ba"> 101</a></span>&#160;<span class="preprocessor">#define VK_OEM_ATTN (VK_ERICSSON_BASE + 8) // 0xF0</span></div>
<div class="line"><a name="l00102"></a><span class="lineno"><a class="line" href="a00368.html#a6085f3646a07a58ca94d26b0cb553bf0"> 102</a></span>&#160;<span class="preprocessor">#define VK_OEM_FINISH (VK_ERICSSON_BASE + 9) // 0xF1</span></div>
<div class="line"><a name="l00103"></a><span class="lineno"><a class="line" href="a00368.html#a982c482c735f1ce0624a4929850383ea"> 103</a></span>&#160;<span class="preprocessor">#define VK_OEM_COPY (VK_ERICSSON_BASE + 10) // 0xF2</span></div>
<div class="line"><a name="l00104"></a><span class="lineno"><a class="line" href="a00368.html#a014c1c8a102e8855a96acb95bd5488df"> 104</a></span>&#160;<span class="preprocessor">#define VK_OEM_AUTO (VK_ERICSSON_BASE + 11) // 0xF3</span></div>
<div class="line"><a name="l00105"></a><span class="lineno"><a class="line" href="a00368.html#a5bfa5d388a8d3e0c9b94285de2f55a0e"> 105</a></span>&#160;<span class="preprocessor">#define VK_OEM_ENLW (VK_ERICSSON_BASE + 12) // 0xF4</span></div>
<div class="line"><a name="l00106"></a><span class="lineno"><a class="line" href="a00368.html#a9069ec44933f8cccc61b060cedcc9d3c"> 106</a></span>&#160;<span class="preprocessor">#define VK_OEM_BACKTAB (VK_ERICSSON_BASE + 13) // 0xF5</span></div>
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>&#160; </div>
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>&#160;<span class="comment">/*</span></div>
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span>&#160;<span class="comment"> * 0xF6 - 0xFE unassigned</span></div>
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>&#160;<span class="comment"> * 0xFF is &#39;no virtual key&#39; (used in system tables)</span></div>
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span>&#160;<span class="comment"> */</span></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_885cc87fac2d91e269af0a5a959fa5f6.html">E:</a></li><li class="navelem"><a class="el" href="dir_4e091ed8704426a7a4980368ba259fde.html">git</a></li><li class="navelem"><a class="el" href="dir_cd70cb5eb491250157f2d55d3ff4b13e.html">backup</a></li><li class="navelem"><a class="el" href="dir_ba2b673b566ba104b956abdc6dec0552.html">org</a></li><li class="navelem"><a class="el" href="dir_5bb0003d7907b45051943541418399f5.html">ntuser</a></li><li class="navelem"><a class="el" href="dir_b032acb5e9700fea8079ef1e33262e7c.html">inc</a></li><li class="navelem"><a class="el" href="a00368.html">vkoem.h</a></li>
<li class="footer">制作者
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
</html>
HTML
1
https://gitee.com/cbwang505/win32k.git
git@gitee.com:cbwang505/win32k.git
cbwang505
win32k
win32k
master

搜索帮助