2.2.1.2.201 IP_ALG_GLOBAL_INFO
The IP_ALG_GLOBAL_INFO structure<138> be used to hold the global configuration for the Application Layer Gateway transparent proxy and is used in the following methods:
RRouterInterfaceTransportGetGlobalInfo (section 3.1.4.11)
typedef struct IP_ALG_GLOBAL_INFO { ULONG LoggingLevel; ULONG Flags; } IP_ALG_GLOBAL_INFO, *PIP_ALG_GLOBAL_INFO;
LoggingLevel: Specifies the logging level. It MUST be one of the following values.
-
Value
Meaning
IPNATHLP_LOGGING_NONE
0x00000000
No logging is done.
IPNATHLP_LOGGING_ERROR
0x00000001
Only errors are logged.
IPNATHLP_LOGGING_WARN
0x00000002
Errors and warnings are logged.
IPNATHLP_LOGGING_INFO
0x00000003
Errors, warnings, and information is logged.
Flags: This MUST be set to 0.