IRDPSRAPIWindow::put_Shared method (rdpencomapi.h)

Gets or sets the sharing property for a window.

Whether a window is shared or not also depends on the state of the parent application object and on the enabled state of the sharing filter. For more information about the enabled state of the sharing filter, see Enabled Property of IRDPSRAPIApplicationFilter.

This property is read/write.

Syntax

HRESULT put_Shared(
  VARIANT_BOOL NewVal
);

Parameters

NewVal

Return value

None

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 [desktop apps | UWP apps]
Target Platform Windows
Header rdpencomapi.h
DLL RdpEncom.dll

See also

IRDPSRAPIWindow