Determines whether the specified window is minimized.
Optional Window ID
The ID of the window to check. If set to 0, it will check the current window.
Is Window Minimized
A reference to a bool variable that will hold the result of the check: true if the window is minimized, false otherwise.
Return Value
Returns true if the function was able to determine the window state and store the result in the provided variable, false otherwise.
Last updated 3 months ago