Functions.Win32SetParent 方法 | |
命名空间:
VOGUIClasses
程序集:
VOGUIClasses (在 VOGUIClasses.dll 中) 版本:2.22 GA
语法 [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
)
查看代码参数
- hWndChild
- 类型:Void*
- hWndNewParent
- 类型:Void*
返回值
类型:
Void*
参见