Click or drag to resize

CGUIiGetHWNDFromWND Method

Note: This API is now obsolete.

Get the HWND object from WND object.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
[ObsoleteAttribute("Deprecated since unknown, ")]
public static int iGetHWNDFromWND(
	CGXNETCore gxNetShared,
	int wnd
)

[ObsoleteAttribute("Deprecated since unknown, ")]
public static int iGetHWNDFromWND(
	CGXNETCore gxNetShared,
	int wnd
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
wnd
Type: SystemInt32
WND Handle

Return Value

Type: Int32
x - HWND object
See Also