Skip to content

Latest commit

 

History

History
104 lines (62 loc) · 2.15 KB

imstscaxevents-onremotewindowdisplayed.md

File metadata and controls

104 lines (62 loc) · 2.15 KB
title description ms.assetid ms.tgt_platform keywords topic_type api_name api_location api_type ms.topic ms.date
IMsTscAxEvents OnRemoteWindowDisplayed method
Called when a RemoteApp window is displayed.
B1E83486-50CB-4CA4-BD01-2C72938335AF
multiple
OnRemoteWindowDisplayed method Remote Desktop Services
OnRemoteWindowDisplayed method Remote Desktop Services , IMsTscAxEvents interface
IMsTscAxEvents interface Remote Desktop Services , OnRemoteWindowDisplayed method
apiref
IMsTscAxEvents.OnRemoteWindowDisplayed
MsTscAx.dll
COM
reference
05/31/2018

IMsTscAxEvents::OnRemoteWindowDisplayed method

Called when a RemoteApp window is displayed.

Syntax

void OnRemoteWindowDisplayed(
  [in] VARIANT_BOOL                   vbDisplayed,
  [in] HWND                           hwnd,
  [in] RemoteWindowDisplayedAttribute windowAttribute
);

Parameters

vbDisplayed [in]

Type: VARIANT_BOOL

Indicates whether the RemoteApp window is displayed or hidden.

hwnd [in]

Type: HWND

The handle of the window displayed.

windowAttribute [in]

Type: RemoteWindowDisplayedAttribute

A value of the RemoteWindowDisplayedAttribute enumeration that specifies more information about the event.

Return value

This method does not return a value.

Requirements

Requirement Value
Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Type library
MsTscAx.dll
DLL
MsTscAx.dll

See also

RemoteWindowDisplayedAttribute

IMsTscAxEvents