Share via


RASAPIVERSION enumeration

The RASAPIVERSION enumeration is used to specify the version of a data structure or API.

Syntax

typedef enum  { 
  RASAPIVERSION_500  = 1,
  RASAPIVERSION_501  = 2,
  RASAPIVERSION_600  = 3,
  RASAPIVERSION_601  = 4
} RASAPIVERSION;

Constants

  • RASAPIVERSION_500
    The Windows 2000 version.

  • RASAPIVERSION_501
    The Windows XP version.

  • RASAPIVERSION_600
    The Windows Vista and Windows Vista with SP1 version.

  • RASAPIVERSION_601
    The Windows 7 version.

Requirements

Minimum supported client

Windows 7 [desktop apps only]

Minimum supported server

Windows Server 2008 R2 [desktop apps only]

Header

Ras.h

See also

Remote Access Service (RAS) Overview

Remote Access Service Structures

RAS_PROJECTION_INFO