Win32SetParent Function | |
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
[DllImportAttribute("USER32", EntryPoint = "SetParent", CharSet = CharSet.Auto,
ExactSpelling = true, SetLastError = true)]
public static void* Win32SetParent(
void* hWndChild,
void* hWndNewParent
)
Request Example
View SourceParameters
- hWndChild
- Type: Void*
- hWndNewParent
- Type: Void*
Return Value
Type:
Void*
See Also