SwitchModule function

Enables or disables specified Router Core library module.

Syntax

function SwitchModule(
  Index: DWORD;
  Enabled: Bool
): Bool; stdcall;

Parameters

Index [in]

Module index, beginning from zero.

Enabled [in]

Enable or disable specified module.

Return value

If the function succeeds, the return value is nonzero.

If the function fails, the return value is zero.