Can the HWND of an window be retrived from it's IAccessible?

  • Thread starter Thread starter test account
  • Start date Start date
T

test account

Can the HWND of an window be retrived from it's IAccessible?
If so, how?

e.x.:

IAccessible *someAccObj;
HWND handle;
//how can I retrieve the HWND of someAccObj?
 
Back
Top