This book documents what goes on under the covers in Windows NT. Three experts share what they've dug up on NT through years of hands-on research and programming experience. The authors dissect the Win32 interface, deconstruct the underlying APIs, a
Table of Contents Chapter 1: Windows NT: An Inside Look EVALUATING WINDOWS NT DELVING INTO THE WINDOWS NT ARCHITECTURE SUMMARY Chapter 2: Writing Windows NT Device Drivers PREREQUISITES TO WRITING NT DEVICE DRIVERS DRIVER BUILD PROCEDURE STRUCT URE
1,01.zipBasic DirectX + MFC game project template基本的DirectX+MFC开发游戏项目模板(4KB)2,02.zipVideo overlay using Microsoft DirectShow讲述DirectShow(8KB)3,03.zipVideo overlay part II - An introduction to hypervideo讲述DirectShow(2)(14KB)4,04.zipAudio Mixer Functi
Subclassing and Hooking is a standard technique in Windows programming for customizing the behavior of a window. However, to wrap subclassing and hooking into virtual function overriding it is an obscure technique unknown to a large population of Wi
Introduction to Android 2 Outline • Schedule • Organizational Stuff • Introduction to Android • Exercise 1 Implementing User Interfaces with Android Outline • Introduction • Layouting Components using XML • Common Layout Objects • Hooking into a Scr
如何使用Windows 钩子. In this article, I will be discussing the topic of API hooking. API hooking consists of intercepting a function call in a program and redirecting it to another function. By doing this, the parameters can be modified, the original pro