2.2.1.2.207 SAP_GLOBAL_INFO

The SAP_GLOBAL_INFO structure<143>  be used to give the global SAP 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 0x00020001 and the transport MUST be PID_IPX. 

 typedef struct _SAP_GLOBAL_INFO {
   DWORD EventLogMask;
 } SAP_GLOBAL_INFO, *PSAP_GLOBAL_INFO;

EventLogMask: The mask to manage event logging on the SAP interface on the RRAS server. This MUST be set as combination of one or more 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.