Page 1 of 1
PrintWindow_() API
Posted: Sat Apr 22, 2006 3:30 pm
by netmaestro
This is callable from user32.dll as a library function, but if it were available directly I believe it would get used a lot. It's quite powerful and way simpler than most of the capture methods currently in use. It just needs one constant, #PW_CLIENTONLY = 1.
Posted: Sat Apr 22, 2006 5:26 pm
by Straker
I believe its only for XP+ as an API call. Is there some other similar call for Win 98, etc?
Posted: Sat Apr 22, 2006 5:44 pm
by va!n
1) As far as i can read from the microsoft msdn, this command require XP to work!
2) PrintText_() API seems to be only for doing snapshots of a given window!?