IMsTscAxEvents::OnRemoteDesktopSizeChange method
Called to indicate that the size of the client control on the remote desktop has changed in response to a client control operation.
Syntax
void OnRemoteDesktopSizeChange(
[in] long width,
[in] long height
);
Parameters
-
width [in]
-
Width, in pixels, of the resized remote desktop.
-
height [in]
-
Height, in pixels, of the resized remote desktop.
Return value
This method does not return a value.
Remarks
This event allows the container to determine if it must resize itself in response to a client control operation, which could result in a larger viewable desktop size. Note that the control will automatically adjust scroll bars for the new session size.
For more information about Remote Desktop Web Connection, see Requirements for Remote Desktop Web Connection.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Type library |
|
DLL |
|
IID |
IMsTscAxEvents is defined as 336d5562-efa8-482e-8cb3-c5c0fc7a7db6 |