The RegisterCOMDLL function registers a COM DLL on the client's computer. The windows user must have the necessary rights for this operation.
Syntax | ||||||
RegisterCOMDLL(Path, Register) | ||||||
Return value | ||||||
Type |
Description |
| ||||
Long |
0 if successfully executed. |
| ||||
Parameter | ||||||
Use |
Name |
Type |
Passing |
Description | ||
Required |
Path |
String |
ByVal |
File path to DLL | ||
Required |
Register |
Boolean |
ByVal |
True: the file is registered. False: the file is deregistered. | ||