Pascal Scripting: UnregisterServer

Prototype:

function UnregisterServer(const Is64Bit: Boolean; const Filename: String; const Reserved: Boolean): Boolean;

Description:

Unregisters the DLL/OCX with the specified filename. Returns True if successful, False otherwise.

See RegisterServer for usage details.