Changes between Version 3 and Version 4 of Documentatie/Ontwikkelaar/Procedures/ProtocolHandler
- Timestamp:
- 04/11/22 14:35:58 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentatie/Ontwikkelaar/Procedures/ProtocolHandler
v3 v4 5 5 6 6 = ProtocolHandler = 7 OpenAC gebruikt een eigen !ProtcolHandler om te communiceren met software en randapparatuur op het werkstation van de gebruiker. Alle OpenAC URL's die beginnen met protocol {{{openac-protocol:}}} worden door deze !ProtocolHandler afgehandeld. Dit functioneert alleen als de OpenAC !ProtocolHandler op het werkstation is geïnstalleerd en het protocol in de Windows registry is gekoppeld aan {{{ OpenACProtocolHandler.exe }}}. Hierdoor weet Windows welke Applicatie moet worden gestart bij een klik op een link met schema {{{openac-protocol:...}}}. 8 9 {{{ 10 Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EventLog\Application\OpenACProtocolHandler\EventMessageFile 11 }}} 12 {{{ 13 D:\Program Files (x86)\OpenAC Protocol Handler\runtimes\win\lib\netcoreapp3.1\System.Diagnostics.EventLog.Messages.dll 14 }}} 7 15 8 16 == Sjabloonhandlers ==