logged info

Parent Previous Next

DxWnd hacks

OUTDXWINTRACE

Logs all significant events that DxWnd performs to run the fullscreen program in windowed mode.

DirectDraw trace

OUTDDRAWTRACE

Logs DirectDraw operations.

Direct3D trace

OUTD3DTRACE

Logs Direct3D operations.

Win Events

OUTWINMESSAGES

Logs all Window messages intercepted in the application's queues, along with events that are generated or processed internally by the Peek/GetMessage APIs.

Cursor / Mouse

OUTCURSORTRACE

Logs all cursor- or mouse-related operations. Note that some old games don't mind the possibility of concurrent use and perform many mouse/cursor operations in a short period of time. This type of log can quickly grow quite large. In this case, consider slowing down the program with the “Slow Down” flag.

Import Table

OUTIMPORTTABLE

Logs the Import Table as seen by DxWnd. This can be quite useful to analyze and troubleshoot uncommon executables (e.g. when copy protections are applied).

Debug

OUTDEBUG

Writes some more detailed information for diagnostic purposes.

Registry op.

OUTREGISTRY

Logs registry operations.

Hook op.

TRACEHOOKS

Logs hooking operations.