ImageVerifierCode 换一换
格式:DOCX , 页数:9 ,大小:17.66KB ,
资源ID:3974755      下载积分:3 金币
快捷下载
登录下载
邮箱/手机:
温馨提示:
快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。 如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝    微信支付   
验证码:   换一换

加入VIP,免费下载
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【https://www.bdocx.com/down/3974755.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录   QQ登录  

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(vkcode 宏值.docx)为本站会员(b****5)主动上传,冰豆网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知冰豆网(发送邮件至service@bdocx.com或直接QQ联系客服),我们立即给予删除!

vkcode 宏值.docx

1、vkcode 宏值vk_code值2009-08-05 10:55/WinUser.h#ifndef NOVIRTUALKEYCODES/* Virtual Keys, Standard Set*/#define VK_LBUTTON 0x01 鼠标左键#define VK_RBUTTON 0x02 鼠标右键#define VK_CANCEL 0x03 Ctrl+Break#define VK_MBUTTON 0x04 鼠标中键 /* NOT contiguous with L & RBUTTON */#if(_WIN32_WINNT = 0x0500)#define VK_XBUTTON1

2、0x05 /* NOT contiguous with L & RBUTTON */#define VK_XBUTTON2 0x06 /* NOT contiguous with L & RBUTTON */#endif /* _WIN32_WINNT = 0x0500 */* 0x07 : unassigned*/#define VK_BACK 0x08 Backspace键#define VK_TAB 0x09 Tab键/* 0x0A - 0x0B : reserved*/#define VK_CLEAR 0x0C#define VK_RETURN 0x0D 回车键#define VK_S

3、HIFT 0x10#define VK_CONTROL 0x11#define VK_MENU 0x12 Alt 键#define VK_PAUSE 0x13#define VK_CAPITAL 0x14 Caps Lock键#define VK_KANA 0x15#define VK_HANGEUL 0x15 /* old name - should be here for compatibility */#define VK_HANGUL 0x15#define VK_JUNJA 0x17#define VK_FINAL 0x18#define VK_HANJA 0x19#define V

4、K_KANJI 0x19#define VK_ESCAPE 0x1B Esc 键#define VK_CONVERT 0x1C#define VK_NONCONVERT 0x1D#define VK_ACCEPT 0x1E#define VK_MODECHANGE 0x1F#define VK_SPACE 0x20 空格#define VK_PRIOR 0x21 Page Up 键#define VK_NEXT 0x22 Page Down键#define VK_END 0x23 End 键#define VK_HOME 0x24 Home 键#define VK_LEFT 0x25 方向键#

5、define VK_UP 0x26#define VK_RIGHT 0x27#define VK_DOWN 0x28#define VK_SELECT 0x29#define VK_PRINT 0x2A#define VK_EXECUTE 0x2B#define VK_SNAPSHOT 0x2C Print Screen 键#define VK_INSERT 0x2D Insert 键#define VK_DELETE 0x2E Delete 键#define VK_HELP 0x2F/* VK_0 - VK_9 are the same as ASCII 0 - 9 (0x30 - 0x39

6、)* 0x40 : unassigned* VK_A - VK_Z are the same as ASCII A - Z (0x41 - 0x5A)*/#define VK_LWIN 0x5B 左WinKey(104键盘才有)#define VK_RWIN 0x5C 右WinKey(104键盘才有)#define VK_APPS 0x5D AppsKey(104键盘才有)/* 0x5E : reserved*/#define VK_SLEEP 0x5F#define VK_NUMPAD0 0x60 小键盘0-9#define VK_NUMPAD1 0x61#define VK_NUMPAD2

7、 0x62#define VK_NUMPAD3 0x63#define VK_NUMPAD4 0x64#define VK_NUMPAD5 0x65#define VK_NUMPAD6 0x66#define VK_NUMPAD7 0x67#define VK_NUMPAD8 0x68#define VK_NUMPAD9 0x69#define VK_MULTIPLY 0x6A 乘#define VK_ADD 0x6B 加#define VK_SEPARATOR 0x6C 除#define VK_SUBTRACT 0x6D 减#define VK_DECIMAL 0x6E 小数点#define

8、 VK_DIVIDE 0x6F#define VK_F1 0x70 功能键F1-F24#define VK_F2 0x71#define VK_F3 0x72#define VK_F4 0x73#define VK_F5 0x74#define VK_F6 0x75#define VK_F7 0x76#define VK_F8 0x77#define VK_F9 0x78#define VK_F10 0x79#define VK_F11 0x7A#define VK_F12 0x7B#define VK_F13 0x7C#define VK_F14 0x7D#define VK_F15 0x7

9、E#define VK_F16 0x7F#define VK_F17 0x80#define VK_F18 0x81#define VK_F19 0x82#define VK_F20 0x83#define VK_F21 0x84#define VK_F22 0x85#define VK_F23 0x86#define VK_F24 0x87/* 0x88 - 0x8F : unassigned*/#define VK_NUMLOCK 0x90 Num Lock 键#define VK_SCROLL 0x91 Scroll Lock 键/* NEC PC-9800 kbd definition

10、s*/#define VK_OEM_NEC_EQUAL 0x92 / = key on numpad/* Fujitsu/OASYS kbd definitions*/#define VK_OEM_FJ_JISHO 0x92 / Dictionary key#define VK_OEM_FJ_MASSHOU 0x93 / Unregister word key#define VK_OEM_FJ_TOUROKU 0x94 / Register word key#define VK_OEM_FJ_LOYA 0x95 / Left OYAYUBI key#define VK_OEM_FJ_ROYA

11、0x96 / Right OYAYUBI key/* 0x97 - 0x9F : unassigned*/* VK_L* & VK_R* - left and right Alt, Ctrl and Shift virtual keys.* Used only as parameters to GetAsyncKeyState() and GetKeyState().* No other API or message will distinguish left and right keys in this way.*/#define VK_LSHIFT 0xA0#define VK_RSHIF

12、T 0xA1#define VK_LCONTROL 0xA2#define VK_RCONTROL 0xA3#define VK_LMENU 0xA4#define VK_RMENU 0xA5#if(_WIN32_WINNT = 0x0500)#define VK_BROWSER_BACK 0xA6#define VK_BROWSER_FORWARD 0xA7#define VK_BROWSER_REFRESH 0xA8#define VK_BROWSER_STOP 0xA9#define VK_BROWSER_SEARCH 0xAA#define VK_BROWSER_FAVORITES 0

13、xAB#define VK_BROWSER_HOME 0xAC#define VK_VOLUME_MUTE 0xAD#define VK_VOLUME_DOWN 0xAE#define VK_VOLUME_UP 0xAF#define VK_MEDIA_NEXT_TRACK 0xB0#define VK_MEDIA_PREV_TRACK 0xB1#define VK_MEDIA_STOP 0xB2#define VK_MEDIA_PLAY_PAUSE 0xB3#define VK_LAUNCH_MAIL 0xB4#define VK_LAUNCH_MEDIA_SELECT 0xB5#defin

14、e VK_LAUNCH_APP1 0xB6#define VK_LAUNCH_APP2 0xB7#endif /* _WIN32_WINNT = 0x0500 */* 0xB8 - 0xB9 : reserved*/#define VK_OEM_1 0xBA / ;: for US#define VK_OEM_PLUS 0xBB / + any country#define VK_OEM_COMMA 0xBC / , any country#define VK_OEM_MINUS 0xBD / - any country#define VK_OEM_PERIOD 0xBE / . any co

15、untry#define VK_OEM_2 0xBF / /? for US#define VK_OEM_3 0xC0 / for US/* 0xC1 - 0xD7 : reserved*/* 0xD8 - 0xDA : unassigned*/#define VK_OEM_4 0xDB / for US#define VK_OEM_5 0xDC / | for US#define VK_OEM_6 0xDD / for US#define VK_OEM_7 0xDE / for US#define VK_OEM_8 0xDF/* 0xE0 : reserved*/* Various exte

16、nded or enhanced keyboards*/#define VK_OEM_AX 0xE1 / AX key on Japanese AX kbd#define VK_OEM_102 0xE2 / or | on RT 102-key kbd.#define VK_ICO_HELP 0xE3 / Help key on ICO#define VK_ICO_00 0xE4 / 00 key on ICO#if(WINVER = 0x0400)#define VK_PROCESSKEY 0xE5#endif /* WINVER = 0x0400 */#define VK_ICO_CLEA

17、R 0xE6#if(_WIN32_WINNT = 0x0500)#define VK_PACKET 0xE7#endif /* _WIN32_WINNT = 0x0500 */* 0xE8 : unassigned*/* Nokia/Ericsson definitions*/#define VK_OEM_RESET 0xE9#define VK_OEM_JUMP 0xEA#define VK_OEM_PA1 0xEB#define VK_OEM_PA2 0xEC#define VK_OEM_PA3 0xED#define VK_OEM_WSCTRL 0xEE#define VK_OEM_CU

18、SEL 0xEF#define VK_OEM_ATTN 0xF0#define VK_OEM_FINISH 0xF1#define VK_OEM_COPY 0xF2#define VK_OEM_AUTO 0xF3#define VK_OEM_ENLW 0xF4#define VK_OEM_BACKTAB 0xF5#define VK_ATTN 0xF6#define VK_CRSEL 0xF7#define VK_EXSEL 0xF8#define VK_EREOF 0xF9#define VK_PLAY 0xFA#define VK_ZOOM 0xFB#define VK_NONAME 0x

19、FC#define VK_PA1 0xFD#define VK_OEM_CLEAR 0xFE/* 0xFF : reserved*/#define VK_LBUTTON 0x01 #define VK_RBUTTON 0x02 #define VK_CANCEL 0x03 #define VK_MBUTTON 0x04 /* NOT contiguous with L & RBUTTON */ #define VK_BACK 0x08 #define VK_TAB 0x09 #define VK_CLEAR 0x0C #define VK_RETURN 0x0D #define VK_SHIF

20、T 0x10 #define VK_CONTROL 0x11 #define VK_MENU 0x12 #define VK_PAUSE 0x13 #define VK_CAPITAL 0x14 #define VK_KANA 0x15 #define VK_HANGEUL 0x15 /* old name - should be here for compatibility */ #define VK_HANGUL 0x15 #define VK_JUNJA 0x17 #define VK_FINAL 0x18 #define VK_HANJA 0x19 #define VK_KANJI 0

21、x19 #define VK_ESCAPE 0x1B #define VK_CONVERT 0x1C #define VK_NONCONVERT 0x1D #define VK_ACCEPT 0x1E #define VK_MODECHANGE 0x1F #define VK_SPACE 0x20 #define VK_PRIOR 0x21 #define VK_NEXT 0x22 #define VK_END 0x23 #define VK_HOME 0x24 #define VK_LEFT 0x25 #define VK_UP 0x26 #define VK_RIGHT 0x27 #def

22、ine VK_DOWN 0x28 #define VK_SELECT 0x29 #define VK_PRINT 0x2A #define VK_EXECUTE 0x2B #define VK_SNAPSHOT 0x2C #define VK_INSERT 0x2D #define VK_DELETE 0x2E #define VK_HELP 0x2F /* VK_0 thru VK_9 are the same as ASCII 0 thru 9 (0x30 - 0x39) */ /* VK_A thru VK_Z are the same as ASCII A thru Z (0x41 -

23、 0x5A) */ #define VK_LWIN 0x5B #define VK_RWIN 0x5C #define VK_APPS 0x5D #define VK_NUMPAD0 0x60 #define VK_NUMPAD1 0x61 #define VK_NUMPAD2 0x62 #define VK_NUMPAD3 0x63 #define VK_NUMPAD4 0x64 #define VK_NUMPAD5 0x65 #define VK_NUMPAD6 0x66 #define VK_NUMPAD7 0x67 #define VK_NUMPAD8 0x68 #define VK_NUMPAD9 0x69 #define VK_MULTIPLY 0x6A #define VK_ADD 0x6B #define VK_SEPARATOR 0x6C #define VK_SUBTRACT

copyright@ 2008-2022 冰豆网网站版权所有

经营许可证编号:鄂ICP备2022015515号-1