RemoteDesktopClientActions::SuspendScreenUpdates method

[SuspendScreenUpdates is no longer available for use as of Windows 10 and Windows Server 2016 Technical Preview.]

Suspends screen updates being sent to the client. Use the ResumeScreenUpdates method to resume screen updates.

Syntax

suspendScreenUpdates();

Parameters

This method has no parameters.

Return value

This method does not return a value.

Remarks

This method causes a message to be sent to the server that causes the server to stop sending screen updates to the client.

Requirements

Minimum supported client

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

End of client support

Windows 8.1

End of server support

Windows Server 2012 R2

IDL

RdpAppContainerClient.idl

Type library

MsTscAx.dll

DLL

MsTscAx.dll

See also

RemoteDesktopClientActions

ResumeScreenUpdates