WinAPI: 钩子回调函数之HardwareProc

HardwareProc(
  nCode: Integer; {}
  wParam: WPARAM; {}
  lParam: LPARAM  {}
): LRESULT;       {}

时间: 2024-08-07 13:07:11

WinAPI: 钩子回调函数之HardwareProc的相关文章

WinAPI: 钩子回调函数之JournalPlaybackProc

JournalPlaybackProc( nCode: Integer; {} wParam: WPARAM; {} lParam: LPARAM {} ): LRESULT; {}

WinAPI: 钩子回调函数之JournalRecordProc

JournalRecordProc( nCode: Integer; {} wParam: WPARAM; {} lParam: LPARAM {} ): LRESULT; {}

WinAPI钩子回调函数之ShellProc

ShellProc( nCode: Integer; {} wParam: WPARAM; {} lParam: LPARAM {} ): LRESULT; {}

WinAPI钩子回调函数之MsgFilterProc

MsgFilterProc( nCode: Integer; {} wParam: WPARAM; {} lParam: LPARAM {} ): LRESULT; {}

WinAPI钩子回调函数之GetMsgProc

GetMsgProc( nCode: Integer; {} wParam: WPARAM; {} lParam: LPARAM {} ): LRESULT; {}

WinAPI钩子回调函数之ForegroundIdleProc

ForegroundIdleProc( nCode: Integer; {} wParam: WPARAM; {} lParam: LPARAM {} ): LRESULT; {}

WinAPI钩子回调函数之DebugProc

DebugProc( nCode: Integer; {} wParam: WPARAM; {} lParam: LPARAM {} ): LRESULT; {}

WinAPI钩子回调函数之CallWndProcRetProc

CallWndProcRetProc( nCode: Integer; {} wParam: WPARAM; {} lParam: LPARAM {} ): LRESULT; {}

WinAPI钩子回调函数之CallWndProc

CallWndProc( nCode: Integer; {} wParam: WPARAM; {} lParam: LPARAM {} ): LRESULT; {}