windows - Determine Remote Desktop Protocol version programatically? -
remote desktop protocol version 6.1 changed way rdp sessions handled (making session 0, meant "console session", non-interactive session). need able figure out within program how determine version of rd protocol being used on current rdp session. nothing can find in windows terminal services api, however, seems give me protocol version. suggestions appreciated. much.
the wtsclientbuildnumber
attribute in wts_info_class
contains client build number appears version of client's rdp.
the wts_info_class
enumeration type contains values indicate type of session information retrieve in call wtsquerysessioninformation
function.
Comments
Post a Comment