winapi - Can the handle be same on two windows? -



winapi - Can the handle be same on two windows? -

suppose if window handle 123456 closed , window opened. can windows assign handle 123456 new window in rarest possibility?

there's no guarantee anywhere windows won't re-use handle. in practice, extant implementations take steps seek avoid re-using handles.

windows winapi process handle

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

content management system - How to allow only English submissions on Pligg CMS -

How do I check if an insert was successful with MySQLdb in Python? -