Functions.Win32SetFocus 方法 | |
命名空间:
VOGUIClasses
程序集:
VOGUIClasses (在 VOGUIClasses.dll 中) 版本:2.22 GA
语法 [DllImportAttribute("USER32", EntryPoint := "SetFocus", CharSet := CharSet.Auto,
ExactSpelling := TRUE, SetLastError := TRUE)]
FUNCTION Win32SetFocus(
hwnd AS PTR
) AS PTR
[DllImportAttribute("USER32", EntryPoint = "SetFocus", CharSet = CharSet.Auto,
ExactSpelling = true, SetLastError = true)]
public static void* Win32SetFocus(
void* hwnd
)
查看代码参数
- hwnd
- 类型:Void*
返回值
类型:
Void*
参见