2.2.1.2.9 GLOBAL_INFO
The GLOBAL_INFO structure is used to set logging levels and enable filtering on the RRAS server.
This structure is used in the following methods:
RRouterInterfaceTransportGetGlobalInfo (section 3.1.4.11)
typedef struct _GLOBAL_INFO { IN OUT BOOL bFilteringOn; IN OUT DWORD dwLoggingLevel; } GLOBAL_INFO, *PGLOBAL_INFO;
bFilteringOn: This is of type BOOL ([MS-DTYP] section 2.2.3). This MUST be set to 0x00000001; filtering is always enabled.
dwLoggingLevel: This MUST be set to the logging levels so that if the RRAS server has different levels of logging information this field specifies the logging level and MUST be one of the following values.
-
Value
Meaning
0x00000000
Log no messages.
0x00000001
Log all errors.
0x00000002
Log all warnings and errors.
0x00000003
Log all errors, warnings, and information.
When this structure is used, the InfoType of RTR_TOC_ENTRY (section 2.2.1.2.4) MUST be 0xFFFF0003 or 0xFFFF000F to specify global IP filtering or global lPv6 filtering.