Win32IsZoomed Function | |
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
[DllImportAttribute("USER32", EntryPoint = "IsZoomed", CharSet = CharSet.Auto,
ExactSpelling = true, SetLastError = true)]
public static bool Win32IsZoomed(
void* hwnd
)
Request Example
View SourceParameters
- hwnd
- Type: Void*
Return Value
Type:
LogicSee Also