IRDPSRAPIApplicationFilter::get_Windows method (rdpencomapi.h)

The list of sharable windows.

This property is read-only.

Syntax

HRESULT get_Windows(
  IRDPSRAPIWindowList **pWindows
);

Parameters

pWindows

Return value

None

Remarks

The window objects are also available through the list returned by IRDPSRAPIApplication::Windows. The windows are also exposed by the application filter because it provides easy access to all windows in the session, especially for applications that share only at the window level.

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

IRDPSRAPIApplicationFilter