Skip to content

Latest commit

 

History

History
71 lines (42 loc) · 1.7 KB

iremotedesktopclientevents-onlogincompleted.md

File metadata and controls

71 lines (42 loc) · 1.7 KB
title description ms.assetid ms.tgt_platform keywords topic_type api_name api_location api_type ms.topic ms.date
IRemoteDesktopClientEvents OnLoginCompleted method
Called when the client control has successfully logged on to a remote session.
D4DBD78A-189B-43F3-B9C1-49BF63C735CD
multiple
OnLoginCompleted method Remote Desktop Services
OnLoginCompleted method Remote Desktop Services , IRemoteDesktopClientEvents interface
IRemoteDesktopClientEvents interface Remote Desktop Services , OnLoginCompleted method
apiref
IRemoteDesktopClientEvents.OnLoginCompleted
MsTscAx.dll
COM
reference
05/31/2018

IRemoteDesktopClientEvents::OnLoginCompleted method

Called when the client control has successfully logged on to a remote session.

Syntax

void OnLoginCompleted();

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