hmqCurrent (HMQ) - input

      Message-queue handle associated with the current thread.

    hmqCreated (HMQ) - input

      Message-queue handle created by the installing thread.

    pid (PID) - input

      Process identity of the installing thread.

    tid (TID) - input

      Thread identity of the installing thread.

    sHookType (SHORT) - input

      Hook type.

      This is an HK_* hook-chain.

    pfnHookProc (PFN) - input

      Address of the hook procedure that is about to be called.

    f (BOOL) - returns

      Success indicator. Indicates whether or not the hook pfnHookProc should be called:

      TRUE

        The hook referred to in pfnHookProc will not be called.
      FALSE
        The hook referred to in pfnHookProc will be called.


      [Back: CallHookHook Return Value - f]
      [Next: CallHookHook - Remarks]