Filter_Spec_IPv4GPI structure (lpmapi.h)

The Filter_Spec_IPv4GPI structure contains generalized port ID information about an IPv4 FILTERSPEC.

Syntax

typedef struct {
  IN_ADDR filt_ipaddr;
  ULONG   filt_gpi;
} Filter_Spec_IPv4GPI;

Members

filt_ipaddr

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

filt_gpi

Generalized Port Identifier.

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