2.2.1.2.202 RIP_GLOBAL_INFO
The RIP_GLOBAL_INFO structure<139> be used to give the global IPX RIP information for the RRAS server. When this structure is encapsulated in RTR_TOC_ENTRY (section 2.2.1.2.4), the InfoType value used MUST be set to 0x00020000. This structure is used in the following methods:
RRouterInterfaceTransportGetGlobalInfo (section 3.1.4.11)
typedef struct _RIP_GLOBAL_INFO { DWORD EventLogMask; } RIP_GLOBAL_INFO, *PRIP_GLOBAL_INFO;
EventLogMask: The mask to manage event logging on the RIP interface on the RRAS server. This MUST be set as combination of one or more of the following flags.
-
Value
Meaning
0x0000
Nothing will be logged.
EVENTLOG_ERROR_TYPE
(0x0001)
Only errors will be logged.
EVENTLOG_WARNING_TYPE
0x0002
Only warnings will be logged.
EVENTLOG_INFORMATION_TYPE
0x0004
Only information will be logged.