Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Called when a RemoteApp program is displayed.
Syntax
VOID OnRemoteProgramDisplayed(
[in] VARIANT_BOOL vbDisplayed,
[in] ULONG uDisplayInformation
);
Parameters
-
vbDisplayed [in]
-
Indicates whether the RemoteApp program is displayed or hidden.
-
uDisplayInformation [in]
-
The display information.
-
RAIL_APPDISPLAY_AUTORECONNECT
-
Automatic reconnect is in progress.
-
RAIL_APPDISPLAY_DESKTOPHOOKED
-
The RemoteApp count just went to zero.
Return value
This method does not return a value.
Remarks
Implement this method in your event sink to receive notification that a RemoteApp has been displayed.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
None supported |
| Minimum supported server |
Windows Server 2008 |
| Type library |
|
| DLL |
|
| IID |
IMsTscAxEvents is defined as 336d5562-efa8-482e-8cb3-c5c0fc7a7db6 |