IRDPSRAPIWindow::get_Application method (rdpencomapi.h)

Returns a pointer to the application object that the window belongs to. All the window objects are parented to applications. This method provides easy access to the parent of the window.

This property is read-only.

Syntax

HRESULT get_Application(
  IRDPSRAPIApplication **pApplication
);

Parameters

pApplication

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