万一的 Delphi 博客
记录学习过程中的点点滴滴,是喜欢、不是职业;记性不好,特别需要这么一个博客。
博客园
首页
新随笔
联系
订阅
管理
随笔 - 2059 文章 - 74 评论 - 10759 trackbacks - 253
02 2008 档案
WinAPI: FindWindow、FindWindowEx - 查找窗口
posted @
2008-02-28 21:51
万一 阅读(35726) |
评论 (36)
编辑
WinAPI: GetClassName - 获取指定窗口的类名
posted @
2008-02-28 21:25
万一 阅读(9201) |
评论 (15)
编辑
WinAPI: AddAtom、DeleteAtom、FindAtom、GetAtomName、GlobalAddAtom、GlobalDeleteAtom、GlobalFindAtom、GlobalGetAtomName
posted @
2008-02-28 16:57
万一 阅读(3669) |
评论 (5)
编辑
WinAPI: GetNextWindow - 获取指定窗口Z上或Z下的窗口的句柄
posted @
2008-02-28 14:45
万一 阅读(2878) |
评论 (3)
编辑
WinAPI: GetTopWindow - 获取指定窗口的子窗口中最顶层的窗口句柄
posted @
2008-02-28 14:30
万一 阅读(5914) |
评论 (7)
编辑
WinAPI: GetWindow - 获取与指定窗口具有指定关系的窗口的句柄
posted @
2008-02-28 14:02
万一 阅读(5766) |
评论 (7)
编辑
为钩子的下一步学习补课: 如何提取 32 位中的某一位
posted @
2008-02-27 22:28
万一 阅读(3450) |
评论 (8)
编辑
使用钩子函数[4] - 钩子链和 CallNextHookEx 的返回值
posted @
2008-02-27 00:02
万一 阅读(3573) |
评论 (20)
编辑
使用钩子函数[3] - 建立一个全局的鼠标钩子
posted @
2008-02-26 14:37
万一 阅读(5987) |
评论 (56)
编辑
使用钩子函数[2]
posted @
2008-02-26 10:38
万一 阅读(3428) |
评论 (6)
编辑
WinAPI: GetForegroundWindow - 获取前台窗口的句柄
posted @
2008-02-26 09:52
万一 阅读(5396) |
评论 (20)
编辑
枚举当前所有窗口
posted @
2008-02-25 21:19
万一 阅读(5427) |
评论 (24)
编辑
使用钩子函数[1]
posted @
2008-02-25 15:34
万一 阅读(6433) |
评论 (51)
编辑
WinAPI: 钩子回调函数之 CallWndProcRetProc
posted @
2008-02-25 14:53
万一 阅读(1707) |
评论 (0)
编辑
WinAPI: 钩子回调函数之 ForegroundIdleProc
posted @
2008-02-25 14:51
万一 阅读(1357) |
评论 (0)
编辑
WinAPI: 钩子回调函数之 ShellProc
posted @
2008-02-25 14:50
万一 阅读(1569) |
评论 (0)
编辑
WinAPI: 钩子回调函数之 DebugProc
posted @
2008-02-25 14:49
万一 阅读(1069) |
评论 (1)
编辑
WinAPI: 钩子回调函数之 HardwareProc
posted @
2008-02-25 14:47
万一 阅读(1052) |
评论 (0)
编辑
WinAPI: 钩子回调函数之 MouseProc
posted @
2008-02-25 14:44
万一 阅读(1899) |
评论 (0)
编辑
WinAPI: 钩子回调函数之 SysMsgFilterProc
posted @
2008-02-25 14:43
万一 阅读(1060) |
评论 (0)
编辑
WinAPI: 钩子回调函数之 CBTProc
posted @
2008-02-25 14:42
万一 阅读(1387) |
评论 (1)
编辑
WinAPI: 钩子回调函数之 CallWndProc
posted @
2008-02-25 14:41
万一 阅读(1503) |
评论 (0)
编辑
WinAPI: 钩子回调函数之 GetMsgProc
posted @
2008-02-25 14:40
万一 阅读(1820) |
评论 (1)
编辑
WinAPI: 钩子回调函数之 KeyboardProc
posted @
2008-02-25 14:39
万一 阅读(2186) |
评论 (0)
编辑
WinAPI: 钩子回调函数之 JournalPlaybackProc
posted @
2008-02-25 14:39
万一 阅读(1111) |
评论 (0)
编辑
WinAPI: 钩子回调函数之 JournalRecordProc
posted @
2008-02-25 14:38
万一 阅读(1441) |
评论 (1)
编辑
WinAPI: 钩子回调函数之 MsgFilterProc
posted @
2008-02-25 14:33
万一 阅读(1736) |
评论 (0)
编辑
WinAPI: CallNextHookEx - 调用下一个钩子
posted @
2008-02-25 13:34
万一 阅读(4683) |
评论 (2)
编辑
WinAPI: UnhookWindowsHookEx - 卸掉钩子
posted @
2008-02-25 13:21
万一 阅读(2953) |
评论 (0)
编辑
WinAPI: SetWindowsHookEx - 设置钩子
posted @
2008-02-25 13:10
万一 阅读(13806) |
评论 (8)
编辑
Windows 消息
posted @
2008-02-25 02:18
万一 阅读(8111) |
评论 (36)
编辑
Windows 多媒体函数(winmm.dll 中的函数)汇总
posted @
2008-02-24 23:25
万一 阅读(4307) |
评论 (0)
编辑
WinAPI: midiOutOpen - 打开 MIDI 输出设备
posted @
2008-02-23 23:19
万一 阅读(2257) |
评论 (17)
编辑
WinAPI: midiInOpen - 打开 MIDI 输入设备
posted @
2008-02-23 22:54
万一 阅读(1809) |
评论 (0)
编辑
WinAPI: midiOutCacheDrumPatches - 预装鼓音色
posted @
2008-02-23 22:24
万一 阅读(976) |
评论 (0)
编辑
WinAPI: midiOutCachePatches - 预装音色
posted @
2008-02-23 21:52
万一 阅读(979) |
评论 (0)
编辑
WinAPI: midiOutSetVolume - 设置 MIDI 输出设备的音量
posted @
2008-02-23 21:05
万一 阅读(1077) |
评论 (0)
编辑
WinAPI: midiOutGetVolume - 获取 MIDI 输出设备的音量
posted @
2008-02-23 21:01
万一 阅读(1003) |
评论 (0)
编辑
WinAPI: midiInAddBuffer - 向 MIDI 输入设备发送一个输入缓冲区
posted @
2008-02-22 22:47
万一 阅读(1059) |
评论 (0)
编辑
WinAPI: midiOutGetErrorText - 根据错误号得到错误描述
posted @
2008-02-22 22:30
万一 阅读(894) |
评论 (0)
编辑
WinAPI: midiInGetErrorText - 根据错误号得到错误描述
posted @
2008-02-22 22:29
万一 阅读(693) |
评论 (0)
编辑
WinAPI: midiInMessage - 向 MIDI 输入设备发送一条消息
posted @
2008-02-22 22:24
万一 阅读(979) |
评论 (0)
编辑
WinAPI: midiOutMessage - 向 MIDI 输出设备发送一条消息
posted @
2008-02-22 22:23
万一 阅读(854) |
评论 (0)
编辑
WinAPI: midiOutLongMsg - 向输出设备发送一条系统专用的 MIDI 消息
posted @
2008-02-22 22:18
万一 阅读(885) |
评论 (2)
编辑
WinAPI: midiOutShortMsg - 向输出设备发送 MIDI 短消息
posted @
2008-02-22 22:07
万一 阅读(1065) |
评论 (0)
编辑
WinAPI: midiOutGetDevCaps - 查询输出设备性能
posted @
2008-02-22 21:56
万一 阅读(799) |
评论 (0)
编辑
WinAPI: midiInGetDevCaps - 查询输入设备性能
posted @
2008-02-22 21:53
万一 阅读(773) |
评论 (0)
编辑
WinAPI: midiOutReset - 重置输出设备
posted @
2008-02-22 21:41
万一 阅读(697) |
评论 (0)
编辑
WinAPI: midiOutClose - 关闭输出设备
posted @
2008-02-22 21:35
万一 阅读(702) |
评论 (0)
编辑
WinAPI: midiInClose - 关闭输入设备
posted @
2008-02-22 21:31
万一 阅读(672) |
评论 (0)
编辑
WinAPI: midiInReset - 重置输入
posted @
2008-02-22 21:24
万一 阅读(661) |
评论 (0)
编辑
WinAPI: midiInStop - 停止输入
posted @
2008-02-22 21:12
万一 阅读(654) |
评论 (0)
编辑
WinAPI: midiInStart - 启动输入
posted @
2008-02-22 21:04
万一 阅读(731) |
评论 (0)
编辑
WinAPI: midiOutGetID - 获取输出设备 ID
posted @
2008-02-22 18:26
万一 阅读(720) |
评论 (0)
编辑
WinAPI: midiInGetID - 获取输入设备 ID
posted @
2008-02-22 18:22
万一 阅读(738) |
评论 (0)
编辑
WinAPI: midiOutGetNumDevs - 获取 MIDI 输出设备的数目
posted @
2008-02-22 18:15
万一 阅读(722) |
评论 (0)
编辑
WinAPI: midiInGetNumDevs - 获取 MIDI 输入设备的数目
posted @
2008-02-22 18:14
万一 阅读(957) |
评论 (0)
编辑
WinAPI: midiOutUnprepareHeader - 清除由 midiOutPrepareHeader 完成的准备
posted @
2008-02-22 18:05
万一 阅读(663) |
评论 (0)
编辑
WinAPI: midiInUnprepareHeader - 清除由 midiInPrepareHeader 完成的准备
posted @
2008-02-22 18:02
万一 阅读(671) |
评论 (0)
编辑
动画演示 Delphi 2007 IDE 功能[4] - 自定义界面
posted @
2008-02-22 13:11
万一 阅读(3618) |
评论 (0)
编辑