Difference between revisions of "83Plus:Hooks:9BD0"
From WikiTI
(categorized) |
m (→Using the Hook) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:83Plus:Hooks:By_Name|Silent Link Hook]] | + | [[Category:83Plus:Hooks:By_Name|Silent Link Hook]] [[Category:83Plus:Hooks:By_Address|9BD0 - Silent Link Hook]] |
− | [[Category:83Plus:Hooks:By_Address|9BD0 - Silent Link Hook]] | + | |
== Synopsis == | == Synopsis == | ||
'''Name:''' Silent Link Hook | '''Name:''' Silent Link Hook | ||
Line 17: | Line 16: | ||
== Using the Hook == | == Using the Hook == | ||
− | The hook only uses the zero flag. | + | The hook only uses the zero flag. Set it to disable the silent link handler. |
− | + | ||
== Comments == | == Comments == | ||
+ | This hook was introduced in OS 1.13. Apps should check the OS version before attempting to use this hook. | ||
+ | |||
This hook can be used to make sure no silent links interrupt your GetKey call. | This hook can be used to make sure no silent links interrupt your GetKey call. | ||
== Credits and Contributions == | == Credits and Contributions == | ||
* '''Michael Vincent:''' For telling others about this hook. | * '''Michael Vincent:''' For telling others about this hook. |
Latest revision as of 18:52, 26 April 2005
Synopsis
Name: Silent Link Hook
Hook Pointer Block Address: 9BD0
Hook Enable BCALL: 50CE
Hook Disable BCALL: 50D1
Hook Call BCALL: Unknown
Hook Active Flag: 7, (iy + 36h)
This hook allows you to abort a silent link request.
Using the Hook
The hook only uses the zero flag. Set it to disable the silent link handler.
Comments
This hook was introduced in OS 1.13. Apps should check the OS version before attempting to use this hook.
This hook can be used to make sure no silent links interrupt your GetKey call.
Credits and Contributions
- Michael Vincent: For telling others about this hook.