OnApplicationUpdate event

Called when the shared property on the application object is changed.

Syntax


void OnApplicationUpdate(
  [in] IDispatch *pApplication
);

Parameters

pApplication [in]

The application whose shared property was updated. Query the IDispatch interface for the IRDPSRAPIApplication interface that you use to retrieve information about the application.

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: