Click or drag to resize

JCWindowsManagerGetParent Method


Namespace: MASES.JCOBridge.C2JBridge
Assembly: C2JBridge (in C2JBridge.dll) Version: 2.5.10.240120-2a3d9d79d92bde9fdf6d46131ee31d20c12fe372
Syntax
[DllImportAttribute("user32.dll")]
public static IntPtr GetParent(
	IntPtr hWnd
)

Parameters

hWnd  IntPtr
A handle to the window whose parent window handle is to be retrieved.

Return Value

IntPtr
If the window is a child window, the return value is a handle to the parent window. If the function fails, the return value is Zero. To get extended error information, call GetLastError.
See Also