HookReturnCode
Hook function return codes.
Values
| Name | Value | Description | 
|---|---|---|
| HOOK_CONTINUE | 0 | Returned when a hook function has not handled the call | 
| HOOK_HANDLED | 1 | Returned when a hook function has handled the call | 
Hook function return codes.
| Name | Value | Description | 
|---|---|---|
| HOOK_CONTINUE | 0 | Returned when a hook function has not handled the call | 
| HOOK_HANDLED | 1 | Returned when a hook function has handled the call |