Hallo.
What is the bigger Window ID possible?
The bigger Window ID
Re: The bigger Window ID
What do you mean? Do you want to identify whether a window is maximized?
name := "ste(phen|ve) kunkel"
Re: The bigger Window ID
I would like to know what is the much big number theoretically possible of a Window ID.
Re: The bigger Window ID
Is this related to Array with arbitrary index? If so, why do you open a new thread?
Re: The bigger Window ID
In DllCall and similar functions, hWnd is treated as a Ptr, which means it is processed as an Int on 32-bit systems and an Int64 on 64-bit systems.
From a purely numerical perspective, the range of hWnd values would be as follows:
This is due to interoperability between 32-bit and 64-bit systems.
Re: Gui control hwnds larger than 0x7FFFFFFFFFFFFFFF
From a purely numerical perspective, the range of hWnd values would be as follows:
- 32-bit: -2147483648 to 2147483647
- 64-bit: -9223372036854775808 to 9223372036854775807
This is due to interoperability between 32-bit and 64-bit systems.
Re: Gui control hwnds larger than 0x7FFFFFFFFFFFFFFF
- English is not my native language. Please forgive any awkward expressions.
- 영어는 제 모국어가 아닙니다. 어색한 표현이 있어도 양해해 주세요.