RAS_PROJECTION_INFO structure (ras.h)

The RAS_PROJECTION_INFO structure contains the Point-to-Point (PPP) or Internet Key Exchange version 2 (IKEv2) projection information for a RAS connection.

Syntax

typedef struct _RAS_PROJECTION_INFO {
  RASAPIVERSION           version;
  RASPROJECTION_INFO_TYPE type;
  union {
    RASPPP_PROJECTION_INFO   ppp;
    RASIKEV2_PROJECTION_INFO ikev2;
  };
} RAS_PROJECTION_INFO, *PRAS_PROJECTION_INFO;

Members

version

A RASAPIVERSION value that specifies the structure version.

type

A RASPROJECTION_INFO_TYPE value that specifies the connection type in union.

ppp

ikev2

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header ras.h

See also

RasGetProjectionInfoEx

Remote Access Service (RAS) Overview

Remote Access Service Structures