OnWindowUpdate event

Called when one of the properties on the Window object changes.

Syntax


void OnWindowUpdate(
  [in] IDispatch *pWindow
);

Parameters

pWindow [in]

The window whose property values changed. Query the IDispatch interface for the IRDPSRAPIWindow interface that you use to retrieve information about the window.

Return value

This event does not return a value.

Remarks

You should query all the properties of the window and update the user interface accordingly.

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: