|
HookTypesMsgFilter Field |
The WH_MSGFILTER and WH_SYSMSGFILTER hooks enable you to monitor messages about to be
processed by a menu, scroll bar, message box, or dialog box, and to detect when a
different window is about to be activated as a result of the user's pressing the ALT+TAB
or ALT+ESC key combination. The WH_MSGFILTER hook can only monitor messages passed to a
menu, scroll bar, message box, or dialog box created by the application that installed the
hook procedure. The WH_SYSMSGFILTER hook monitors such messages for all applications.
Namespace: Xcalibur.NativeMethods.V2.EventsAssembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax public static readonly int MsgFilter
Public Shared ReadOnly MsgFilter As Integer
public:
static initonly int MsgFilter
static val MsgFilter: int
Field Value
Int32See Also