The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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 |
|
|
IDL |
|
|
Type library |
|
|
DLL |
|
See also
Show: