Click or drag to resize

Win32IsIconic Function

X#

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

Parameters

hwnd
Type: Void*

Return Value

Type: Logic
See Also