Is there an API call to determine the status of a window (like if it's minimized, hidden, maximized, etc.)? Would I be able to use the API function GetProp(hWnd, lpString), using "WindowState" as the string parameter?