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
Post a Comment