Click or drag to resize

WindowgetNativeId Method

Gets the window's platform specific identifier.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public void getNativeId(
	AckCallback callback = null,
	AckCallback errorCallback = null
)

Parameters

callback (Optional)
Type: Openfin.DesktopAckCallback
(Optional) A function that is called if the method succeeds and passes the native id.
errorCallback (Optional)
Type: Openfin.DesktopAckCallback
(Optional) A function that is called if the method fails. The reason for failure is passed as an argument.
See Also