Unregisters OLE controls such as DLL or ActiveX Controls (OCX) files
#include <WinAPIReg.au3>
_WinAPI_DllUninstall ( $sFilePath )
$sFilePath | The path to the DLL file that will be unregistered. |
Success: | 1. |
Failure: | 0 and sets the @error flag to non-zero. |