Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 1.4 KB

imsrdpclientnonscriptable8-correlationid.md

File metadata and controls

54 lines (42 loc) · 1.4 KB
title description ms.tgt_platform keywords topic_type api_name api_location api_type ms.topic ms.date
IMsRdpClientNonScriptable8 CorrelationId property
Gets a GUID uniquely identifying the client's remote session.
multiple
CorrelationId property Remote Desktop Services
CorrelationId property Remote Desktop Services , IMsRdpClientNonScriptable8 interface
IMsRdpClientNonScriptable8 interface Remote Desktop Services , CorrelationId property
apiref
IMsRdpClientNonScriptable8.CorrelationId
IMsRdpClientNonScriptable8.get_CorrelationId
MsTscAx.dll
COM
reference
09/12/2023

IMsRdpClientNonScriptable8::CorrelationId property

Gets a GUID uniquely identifying the client's remote session.

This property is read-only.

Syntax

HRESULT get_CorrelationId( 
    [out, retval] GUID *correlationId
);

Property value

A GUID uniquely identifying the client's remote session.

Requirements

Requirement Value
Minimum supported client Windows 11 Version 23H2
Type library MsTscAx.dll
DLL MsTscAx.dll
IID IID_IMsRdpClientNonScriptable8 is defined as B2B3FA47-3F11-4148-AD24-DFF8684A16D0

See also

IMsRdpClientNonScriptable8