Win32SetFocus Function | |
Namespace:
VOGUIClasses
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.21
Syntax [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
)
Request Example
View SourceParameters
- hwnd
- Type: Void*
Return Value
Type:
Void*
See Also