2.2.43 FW_CONFIG_FLAGS

This enumeration identifies flags that can be set on the RRPC_FWGetConfig (Opnum 10) and RRPC_FWGetGlobalConfig (Opnum 3) methods.

 typedef  enum _FW_CONFIG_FLAGS
 {
   FW_CONFIG_FLAG_RETURN_DEFAULT_IF_NOT_FOUND = 0x0001
 } FW_CONFIG_FLAGS;

FW_CONFIG_FLAG_RETURN_DEFAULT_IF_NOT_FOUND:  If this flag is specified, and if the RRPC_FWGetConfig (Opnum 10) method or the RRPC_FWGetGlobalConfig (Opnum 3) method fails to find the configuration value in the policy store, then the call will succeed and return the default value used by the firewall service. If this flag is not specified, these methods will fail with ERROR_FILE_NOT_FOUND. The default set of values returned by these two calls is a firewall and advanced security component implementation-specific<13> decision, and is outside the scope of this protocol specification.