Click or drag to resize

Win32SetParent Function

X#

Namespace:  VOGUIClasses
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.21
Syntax
[DllImportAttribute("USER32", EntryPoint := "SetParent", CharSet := CharSet.Auto, 
	ExactSpelling := TRUE, SetLastError := TRUE)]
 FUNCTION Win32SetParent(
	hWndChild AS PTR,
	hWndNewParent AS PTR
) AS PTR
Request Example View Source

Parameters

hWndChild
Type: Void*
hWndNewParent
Type: Void*

Return Value

Type: Void*
See Also