Determines if SRP Unicode OIPI is enabled.

Syntax

IsEnabled = SRP_Unicode_OIPI_Services("IsEnabled")

Returns

1 if enabled, 0 if not.

Parameters

None

Remarks

The IsEnabled service determines if all GET_PRINTER and SET_PRINTER calls are being routed to SRP Unicode OIPI

Example

// Turn on SRP Unicode OIPI if it isn't on already
If SRP_Unicode_OIPI_Services("IsEnabled") then
    SRP_Unicode_OIPI_Services("Enable")
end
  • No labels