WinAPI:钩子回调函数之SysMsgFilterProc

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

时间: 2024-08-23 03:01:58

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

WinAPI: 钩子回调函数之JournalPlaybackProc

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

WinAPI: 钩子回调函数之JournalRecordProc

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

WinAPI: 钩子回调函数之HardwareProc

HardwareProc( 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; {}