RASPROJECTION_INFO_TYPE enumeration (ras.h)

The RASPROJECTION_INFO_TYPE enumeration is used in the RAS_PROJECTION_INFO structure to represent either a RASPPP_PROJECTION_INFO or RASIKEV2_PROJECTION_INFO structure.

Syntax

typedef enum _RASPROJECTION_INFO_TYPE {
  PROJECTION_INFO_TYPE_PPP = 1,
  PROJECTION_INFO_TYPE_IKEv2
} RASPROJECTION_INFO_TYPE;

Constants

 
PROJECTION_INFO_TYPE_PPP
Value: 1
Represents a RASPPP_PROJECTION_INFO structure.
PROJECTION_INFO_TYPE_IKEv2
Represents a RASIKEV2_PROJECTION_INFO structure.

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

RAS_PROJECTION_INFO

Remote Access Service (RAS) Overview

Remote Access Service Structures