PF_LATEBIND_INFO
[PF_LATEBIND_INFO 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 PF_LATEBIND_INFO structure contains address information for late-binding interface.
typedef struct _PF_LATEBIND_INFO {
PBYTE SrcAddr;
PBYTE DstAddr;
PBYTE Mask;
} PF_LATEBIND_INFO,
*PPF_LATEBIND_INFO;
Members
- SrcAddr
Specifies a new source address. - DstAddr
Specifies a new destination address. - Mask
Specifies a subnet mask.
Remarks
Late-binding information is typically used with Wide Area Network (WAN) interfaces. The address information for such interfaces usually changes at the time they establish a connection.
Requirements
Server | Requires Windows Server 2003 or Windows 2000 Server. |
Header | Declared in Fltdefs.h. |