FWPM_APPC_NETWORK_CAPABILITY_TYPE enumeration (fwpmtypes.h)

The FWPM_APPC_NETWORK_CAPABILITY_TYPE enumeration specifies the type of app container network capability that is associated with the object or traffic in question.

Syntax

typedef enum FWPM_APPC_NETWORK_CAPABILITY_TYPE_ {
  FWPM_APPC_NETWORK_CAPABILITY_INTERNET_CLIENT = 0,
  FWPM_APPC_NETWORK_CAPABILITY_INTERNET_CLIENT_SERVER,
  FWPM_APPC_NETWORK_CAPABILITY_INTERNET_PRIVATE_NETWORK
} FWPM_APPC_NETWORK_CAPABILITY_TYPE;

Constants

 
FWPM_APPC_NETWORK_CAPABILITY_INTERNET_CLIENT
Value: 0
Allows the app container to make network requests to servers on the Internet. It acts as a client.
FWPM_APPC_NETWORK_CAPABILITY_INTERNET_CLIENT_SERVER
Allows the app container to make requests and to receive requests to and from the Internet. It acts as a client and also as a server.
FWPM_APPC_NETWORK_CAPABILITY_INTERNET_PRIVATE_NETWORK
Allows the app container to make requests and to receive requests to and from private networks (such as a home network, work network, or the corporate domain network of the computer). It acts as a client and also as a server.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Header fwpmtypes.h

See also

Windows Filtering Platform API Enumerated Types