Click or drag to resize

Win32IsZoomed Function

X#

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

Parameters

hwnd
Type: Void*

Return Value

Type: Logic
See Also