Skip to content

Latest commit

 

History

History
72 lines (44 loc) · 2.12 KB

imsrdpclientnonscriptable5-remotemonitorlayoutmatcheslocal.md

File metadata and controls

72 lines (44 loc) · 2.12 KB
title description ms.assetid ms.tgt_platform keywords topic_type api_name api_location api_type ms.topic ms.date
IMsRdpClientNonScriptable5 RemoteMonitorLayoutMatchesLocal property
Specifies if the remote monitor layout is identical to the local monitor layout.
8F3C6650-870C-417C-82FC-E145FC360012
multiple
RemoteMonitorLayoutMatchesLocal property Remote Desktop Services
RemoteMonitorLayoutMatchesLocal property Remote Desktop Services , IMsRdpClientNonScriptable5 interface
IMsRdpClientNonScriptable5 interface Remote Desktop Services , RemoteMonitorLayoutMatchesLocal property
apiref
IMsRdpClientNonScriptable5.RemoteMonitorLayoutMatchesLocal
IMsRdpClientNonScriptable5.get_RemoteMonitorLayoutMatchesLocal
MsTscAx.dll
COM
reference
05/31/2018

IMsRdpClientNonScriptable5::RemoteMonitorLayoutMatchesLocal property

Specifies if the remote monitor layout is identical to the local monitor layout. If this property contains VARIANT_TRUE, the remote monitor layout is identical to the local monitor layout. If this property contains VARIANT_FALSE, the remote and local monitors have different layouts.

This property is read-only.

Syntax

HRESULT get_RemoteMonitorLayoutMatchesLocal(
  [out, retval] VARIANT_BOOL *pfRemoteMatchesLocal
);

Property value

Receives the property value.

Requirements

Requirement Value
Minimum supported client
Windows 7
Minimum supported server
Windows Server 2008 R2
Type library
MsTscAx.dll
DLL
MsTscAx.dll
IID
IID_IMsRdpClientNonScriptable5 is defined as 4f6996d5-d7b1-412c-b0ff-063718566907

See also

IMsRdpClientNonScriptable5