Windows' Handle
-
How many Handle can be create or open in Windows system? Same as how many file or socket can be open in Windows system? Thanks.
From MSDN: Windows 95/98/Me: The system can support a maximum of 16,364 window handles. No mention of the upper limit on NT, although if I had to guess I'd guess 1 billion (or is that 1 gigahandles? ;)) --Mike-- "So where does that leave us? Well, it leaves us right back where we started, only more confused than before." -- Matt Gullett Ericahist | Homepage | RightClick-Encrypt | 1ClickPicGrabber
-
From MSDN: Windows 95/98/Me: The system can support a maximum of 16,364 window handles. No mention of the upper limit on NT, although if I had to guess I'd guess 1 billion (or is that 1 gigahandles? ;)) --Mike-- "So where does that leave us? Well, it leaves us right back where we started, only more confused than before." -- Matt Gullett Ericahist | Homepage | RightClick-Encrypt | 1ClickPicGrabber
-
It's all over the place.
CreateWindow()
for one --Mike-- "I'm working really, really fast at the moment, so a 3 minute outage becomes, due to time dilation, a 5 minute outage." -- Chris Manuder, relativistic system administrator Ericahist | Homepage | RightClick-Encrypt | 1ClickPicGrabber -
From MSDN: Windows 95/98/Me: The system can support a maximum of 16,364 window handles. No mention of the upper limit on NT, although if I had to guess I'd guess 1 billion (or is that 1 gigahandles? ;)) --Mike-- "So where does that leave us? Well, it leaves us right back where we started, only more confused than before." -- Matt Gullett Ericahist | Homepage | RightClick-Encrypt | 1ClickPicGrabber
i think 4,294,967,296(32 bit)... would make sense Don't try it, just do it! ;-)