Connections structure

Note

The Network Access Protection platform is not available starting with Windows 10

The Connections structure contains information about the list of connections maintained by an enforcer.

Syntax

typedef struct tagConnections {
  UINT16                          count;
  INapEnforcementClientConnection **connections;
} Connections;

Members

count

The number of active connections currently maintained by an enforcer within the range 0 (zero) to maxConnectionCountPerEnforcer.

connections

A COM pointer to a list of INapEnforcementClientConnection interfaces that represent client connections.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
Header
NapEnforcementClient.h
IDL
NapEnforcementClient.idl

See also

NAP Reference

NAP Structures

INapEnforcementClientConnection