ActiveX driver control
Introduction
Driver is available not only as a DLL but as ActiveX control as well. In addition to the set of functions available in SOPad.dll the ActiveX control provides other functionality such as automated real-time signature preview.
Interfaces
Name of the interface | GUID | Comment |
---|---|---|
StepOverSignatureDevice1 | B23ECB86-5295-4DA7-BCBC-E564AB5A7334 | StepOverSignatureDevice1 Type library |
coclass StepOverSignatureDevice | F5C74079-C195-4DA9-B60D-F6F5365042D1 | StepOverSignatureDevice Controll |
IStepOverSignatureDevice | 1899784F-C6D5-4D86-869E-21EBC9D1882C | Dispatch-Interface for StepOverSignatureDevice Controll |
IStepOverSignatureDeviceEvents | 2189C0EF-7D1C-4349-B5C2-FF8CF7FD70B0 | Event interface for StepOverSignatureDevice Controll |
Â
Â
Registry Entries
Registry values in the following registry keys control aspects of the functionality of COM:
• HKEY_LOCAL_MACHINE\SOFTWARE\Classes
• HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Ole
• HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
Â
As of Windows Server 2003, COM uses only the current process token to decide which registry hive to access, not the thread token. If COM is not able to access the user profile registry hive, it will access the HKEY_LOCAL_MACHINE\System hive.
Â
Related topics
- https://msdn.microsoft.com/de-de/library/ms694355(v=vs.85).aspx                      - registry entries
- http://www.techvanguards.com/stepbystep/comdelphi/client.asp                           - how to create com client
- http://digital.ni.com/public.nsf/allkb/4F811A9B23F1D46E862566F700615B7AÂ Â Â Â Â Â - how to register ActiveX controls , ActiveX server and type libraries
Â
Â
Â