Initialize function

Initializes Router Core library.

Note  The library can be initialized only once after load and the function will fail if it already initialized.

Syntax

function Initialize: Bool; stdcall;

Return value

If the function succeeds, the return value is nonzero.

If the function fails, the return value is zero.