RtfwGetNetworkVerbosity

RtfwGetNetworkVerbosity returns whether verbosity is enabled or disabled for the network (NAL and TCP/IP Stack).

Syntax

bool RtfwGetNetworkVerbosity(
    bool * enabled,
);

Parameters

enabled

When true, verbosity is enabled across the network. When false, verbosity is disabled.

Return Value

The function returns true if verbosity is enabled and returns false when verbosity is disabled.

Remarks

When verbosity is disabled, warning and error messages will be logged to the Event View and provided through toast messages. When verbosity is enabled, additional informational messages will be written to the RTX64 Server Console.

If the Subsystem is running when the RtfwGetLocalMemoryConfiguration API is called, the values returned by this function may differ from the values currently in use by the Subsystem.

Requirements

Minimum Required Version RTX64 4.0
Header RtfwAPI.h
Library RtfwAPI.lib

See Also:

RtfwSetNetworkVerbosity