Search Results

2
votes
3answers
391 views

Validating a Win32 Window Handle

Given a handle of type HWND is it possible to confirm that the handle represents a real window? …