RegisterDll Method

 Object: FileManager
 Syntax: RegisterDLL ([in] Filename, [in, optional] Register)
 Description: This method registers a DLL in the system registry, similar to the command-line REGSVR32 program.

The filename must contain the entire valid path, and must correspond to a self-registering DLL.

If Register is true, the DLL will be registered. This is the default. If Register is false, the DLL will be unregistered.

You can disable this method by using a registry setting. See Disabling SA-FileUp Features. By default, it is enabled.

 

Previous Page Next Page