Filter_Spec_IPv4 structure (lpmapi.h)

The Filter_Spec_IPv4 structure contains information about an IPv4 FILTERSPEC.

Syntax

typedef struct {
  IN_ADDR filt_ipaddr;
  USHORT  filt_unused;
  USHORT  filt_port;
} Filter_Spec_IPv4;

Members

filt_ipaddr

IP address of the source address, in the form of an in_addr structure.

filt_unused

Reserved. Do not use.

filt_port

TCP port for the source.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header lpmapi.h

See also

in_addr