Overview
Group
Quick Info

Windows NT
Yes
Win95
No
Win32s
No
Import Library
-
Header File
winuser.h
Unicode
No
Platform Notes
None

DEBUGHOOKINFO

The DEBUGHOOKINFO structure contains debugging information.

typedef struct tagDEBUGHOOKINFO { // dh

DWORD idThread;

DWORD idThreadInstaller;

LPARAM lParam;

WPARAM wParam;

int code;

} DEBUGHOOKINFO;

Members

idThread

Identifies the thread containing the filter function.

idThreadInstaller

Identifies the thread that installed the debugging filter function.

lParam

Specifies the value to be passed to the hook in the lParam parameter of the DebugProc callback function.

wParam

Specifies the value to be passed to the hook in the wParam parameter of the DebugProc callback function.

code

Specifies the value to be passed to the hook in the nCode parameter of the DebugProc callback function.

See Also

DebugProc
, SetWindowsHook, SetWindowsHookEx

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples
Databases for Amazon shops developers
Amazon Categories Database
Browse Nodes Database