OnWindowOpen event
Called when a sharable top-level window is created by an application.
void OnWindowOpen(
[in] IDispatch *pWindow
);
-
pWindow [in]
-
The sharable top-level window that was created. Query the IDispatch interface for the IRDPSRAPIWindow interface that you use to retrieve information about the window.
This event does not return a value.
If this is the first window object associated with the application, then this event immediately follows the OnApplicationOpen event for the application.
Minimum supported client |
Windows Vista [desktop apps | UWP apps] |
Minimum supported server |
Windows Server 2008 [desktop apps | UWP apps] |
Header |
|
IDL |
|
Type library |
|
DLL |
|