DDI Logger ---------- The Device Driver Interface (DD) Logger is the same idea as the API Logger (see the readme.txt for Logger32). The DDI Logger can be used to log calls by the Windows NT Graphics Engine (GRE) to video drivers. This call path is supported by the driver exporting a defined set of API whose names begin with Drv. This is half of the DDI. The other half is a set of callback API that GRE exports. These API start with Eng. DDI logger is capable of logging either or both of these parts of the DDI. Required files: --------------- The DDI Logger is made up of 4 files: Logger32.DLL Fastimer.DLL DrvLog.DLL ZinSrv.DLL There are also 2 tools: DDICtl.Exe DDICnvrt.EXE Eng API logging: ---------------- To log the Eng API that a video driver uses follow these steps: (this assumes a running Windows NT system) 1) Rename the video driver 2) Copy the renamed file to the old name 3) Run DDICnvrt