OnSharedRectChanged event

Called when the size of the shared top-level window of the application changes.

Syntax


void OnSharedRectChanged(
  [inlong left,
  [inlong top,
  [inlong right,
  [inlong bottom
);

Parameters

left [in]

Left edge of the window, in pixels.

top [in]

Top edge of the window, in pixels.

right [in]

Right edge of the window, in pixels.

bottom [in]

Bottom edge of the window, in pixels.

Return value

This event does not return a value.

Requirements

Minimum supported client

Windows Vista [desktop apps | Windows Store apps]

Minimum supported server

Windows Server 2008 [desktop apps | Windows Store apps]

Header

RdpEncomAPI.h

IDL

RdpEncomAPI.idl

Type library

RdpEncomAPI.tlb

DLL

RdpEncom.dll

See also

_IRDPSessionEvents

 

 

Show: