InputHook - Parameters
hab
(
HAB
) - input
Anchor-block handle.
pQmsg
(
PQMSG
) - input
A PQMSG data structure.
fs
(
ULONG
) - input
Message removal options.
PM_REMOVE
Message is being removed from queue
PM_NOREMOVE
Message is not being removed from queue.
rc
(
BOOL
) - returns
Processed indicator.
TRUE
The message is not passed on to the next hook in the chain or to the application
FALSE
The message is passed on to the next hook in the chain or to the application.
[Back: InputHook Return Value - rc]
[Next: InputHook - Remarks]