此Blog是為了個人學習Windows 過程中,所做的資料收集,大部份內容為轉載或剪貼得來,倘若您認為「本網站」內容、圖案、超連結等侵害他人之著作權或不願意被連結,請留言通知站長,站長看到留言後會立即移除。

2010年2月25日 星期四

WatchDog ICH TCO

使用 watchdog 构建高可用性的 Linux 系统及应用
http://www.ibm.com/developerworks/cn/linux/l-cn-watchdog/index.html

Using the Intelо ICH Family Watchdog Timer (WDT) Application Note ...
http://download.intel.com/design/chipsets/applnots/29227301.pdf

Linux Headquarters - Kernel v2.6.32-git15 /drivers/watchdog/iTCO_wdt.c

Direct3D Hook

AHK : AutoHotKey




Hooking directX / graphics overlay for game
http://www.autohotkey.com/forum/topic7198-30.html


http://nexe.gamedev.net/files/Direct3D-Hook-2005-11-23.zip


http://www.gamedev.net/community/forums/topic.asp?topic_id=359794



http://www.codeguru.com/cpp/g-m/directx/directx8/article.php/c11453/#more


Home » Community » Forums » DirectX and XNA » [C++] Direct3D hooking sample
http://www.gamedev.net/community/forums/topic.asp?topic_id=359794



游戏培训|游戏制作|游戏设计|游戏教程关于鼠标右键弹不出问题的解决 ...
http://bbs.game798.com/archiver/showtopic-2010.html
在全屏模式下,DirectDraw独占了显示,这导致通过GDI创建的对话框或其它窗口无法正常显示

2009年12月21日 星期一

iCharger Project

CodeProject: CNTService v1.06 - NT Service Framework. Free source ...
CodeProject: Launch your application in Vista under the local ...

Service and Tray icon in Vista

http://social.msdn.microsoft.com/Forums/en-US/windowsgeneraldevelopmentissues/thread/b44124ea-0185-4fd6-b5c1-5f737b5f5982

I have a service which starts on bootup of my system and displays a tray icon in my toolbar. This works fine on XP but not on Vista. I am aware of the Session 0 Isolation and I believe this is the reason I cannot see the tray icon (service runs in session 0 and I am running session 1). The documentation that a way around this is to start another process from the service using CreateProcessAsUser.


CodeProject: Launch your application in Vista under the local ...
LaunchAppIntoDifferentSession()

追蹤者