PFADDRESSTYPE
[PFADDRESSTYPE is available for use in the operating systems listed in the Requirements section. It may be altered or unavailable in subsequent versions. The API elements described in the Windows Filtering Platform API Reference provide similar functionality.]
The PFADDRESSTYPE type enumerates the address formats supported by filter interface.
typedef enum _PfAddresType
{
PF_IPV4,
PF_IPV6
}PFADDRESSTYPE, *PPFADDRESSTYPE;
Constants
- PF_IPV4
The address format used with Internet Protocol v4. - PF_IPV6
The address format used with Internet Protocol v6.
Requirements
Server | Requires Windows Server 2003 or Windows 2000 Server. |
Header | Declared in Fltdefs.h. |