REMOTINGVERSION enumeration

An enum used to indicate which version of the remoting protocul is being used.

Syntax

};

Constants

REMOTING_DEV12
A value which indicates that the Visual Studio 2013 RTM remoting protocol is being used.

REMOTING_DEV12_UPDATE_1
A value which indicates that the Visual Studio 2013 Update 1 remoting protocol is being used.

REMOTING_DEV12_UPDATE_4
A value which indicates that the Visual Studio 2013 Update 4 remoting protocol is being used.

REMOTING_DEV14
A value which indicates that the Visual Studio 2015 RTM remoting protocol is being used.

REMOTING_WIN10
A value which indicates that the Windows 10 remoting protocol is being used (Starting with Windows 10, graphics diagnostics is an OS component)

REMOTING_WIN10_JAN_2015
A value which indicates that the Windows 10 (January 2015) remoting protocol is being used.

REMOTING_WIN10_JAN_2015_1
A value which indicates that the Windows 10 (January 2015, v1) remoting protocol is being used.

REMOTING_WIN10_JAN_2015_2
A value which indicates that the Windows 10 (January 2015, v2) remoting protocol is being used. This version of the protocol introduced requests for visualizing tiled resources.

REMOTING_WIN10_JAN_2015_3
A value which indicates that the Windows 10 (January 2015, v3) remoting protocol is being used. This version of the protocol introduced IPixEngine7, now deprecated, for checking interface version support.

REMOTING_IPIXENGINE7_VERSION_CHECKING
A value which indicates that the Windows 10 (January 2015, v1) remoting protocol is being used. This version of the protocol moves away from relying on REMOTINGVERSION to mediate protocol capabilities. The interface GUID is now changed when non-public int

REMOTING_WIN10_FEB_2015_1
A value which indicates that the Windows 10 (January 2015, v1) remoting protocol is being used. This version of the protocol introduces summary info properties with unique, fixed IDs.

REMOTING_WIN10_2015_03_00
A value which indicates that the Windows 10 (January 2015, v1) remoting protocol is being used. This version of the protocol introduced support for the DirectX11 state window.

REMOTING_LATES
A value which indicates that the latest remoting protocol is being used.

Requirements

Header

Vspixengine.h