Unhooks SRP Unicode OIPI from GET_PRINTER and SET_PRINTER.

Syntax

SRP_Unicode_OIPI_Services("Uninstall")

Parameters

None

Remarks

The Uninstall service tells OpenInsight to stop calling SRP_Set_Printer_Listener and SRP_Get_Printer_Listener when BASIC+ makes calls to SET_PRINTER and GET_PRINTER respectively. This is done by removing entries from the MD table. In so doing, BASIC+ will call the original SET_PRINTER and GET_PRINTER routines. Once uninstalled, the Enable service will no longer have an effect since the hooks have been removed.

You need to restart OpenInsight after calling this service.

Example

// Uninstall SRP Unicode OIPI
SRP_Unicode_OIPI_Services("Uninstall")
  • No labels