ExternalWindowObserver Constructor (String, Int32, String, String, IntPtr) |
Establishes a connection and registers
the window identified by hWnd with the desktop.
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax public ExternalWindowObserver(
string host,
int port,
string parentAppUuid,
string name,
IntPtr hWnd
)
Parameters
- host
- Type: SystemString
The host that the desktop is running on. - port
- Type: SystemInt32
The port that the desktop is listening on for connections. - parentAppUuid
- Type: SystemString
The UUID of the application to create register this window as a child of. - name
- Type: SystemString
The unique name for this window as a child window. - hWnd
- Type: SystemIntPtr
The HWND of the window to control/observe.
See Also