System.Win.ComServ.DllInstall

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DllInstall(bInstall: WordBool; pszCmdLine: LPCWSTR): HResult; stdcall;

Properties

Type Visibility Source Unit Parent
function public System.Win.ComServ.pas System.Win.ComServ System.Win.ComServ

Description

Tries to register a dll.

The DllInstall method will try to add a DLL to the registry, based on the Boolean value of bInstall. If it fails, it will unregister the DLL. If bInstall is False, DllInstall will try to unregister the DLL.

See Also