Skip to content

Latest commit

 

History

History
71 lines (42 loc) · 1.69 KB

iremotedesktopclientevents-ondialogdismissed.md

File metadata and controls

71 lines (42 loc) · 1.69 KB
title description ms.assetid ms.tgt_platform keywords topic_type api_name api_location api_type ms.topic ms.date
IRemoteDesktopClientEvents OnDialogDismissed method
Called after a dialog box displayed by the client control is dismissed.
77238519-7E8E-41C4-8689-3F23B9072036
multiple
OnDialogDismissed method Remote Desktop Services
OnDialogDismissed method Remote Desktop Services , IRemoteDesktopClientEvents interface
IRemoteDesktopClientEvents interface Remote Desktop Services , OnDialogDismissed method
apiref
IRemoteDesktopClientEvents.OnDialogDismissed
MsTscAx.dll
COM
reference
05/31/2018

IRemoteDesktopClientEvents::OnDialogDismissed method

Called after a dialog box displayed by the client control is dismissed.

Syntax

void OnDialogDismissed();

Parameters

This method has no parameters.

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
IID
DIID_IRemoteDesktopClientEvents is defined as 079863B7-6D47-4105-8BFE-0CDCB360E67D

See also

IRemoteDesktopClientEvents