- Display mirror driver in the Terminal session.
- Posted by vkorol2005@gmail.com on August 14th, 2007
How to load display mirror driver in Terminal Session?
Now it works only in Console sessions.
- Posted by Ivan Brugiolo [MSFT] on August 14th, 2007
Loading Mirror Drivers in a TS-Session is only supported on Vista and
WinServer2008
--
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
<vkorol2005@gmail.com> wrote in message
news:1187114290.365725.186610@w3g2000hsg.googlegro ups.com...
- Posted by vkorol2005@gmail.com on August 15th, 2007
Would you tell me. How to track window visible region changes in TS-
Session
according to article http://msdn2.microsoft.com/en-us/library/ms797870.aspx
on Win2k/XP/2k3?
Thank you in advance!
On Aug 15, 12:16 am, "Ivan Brugiolo [MSFT]"
<ivanb...@online.microsoft.com> wrote:
- Posted by Ivan Brugiolo [MSFT] on August 15th, 2007
It's in the documentation of WNDOBJCHANGEPROC.
Lok for WOC_RGN_xxx
--
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
<vkorol2005@gmail.com> wrote in message
news:1187182428.394670.35090@r29g2000hsg.googlegro ups.com...
- Posted by vkorol2005@gmail.com on August 15th, 2007
I can't load my custom Display Mirror Driver on Win2k/XP/2k3 in a
TS-Session to use EngCreateWnd() to create WNDOBJ. How to track
window visible region changes in TS-Session without custom Display
Mirror Driver or How to load custom Display Mirror Driver in TS-
Session
on Win2k/XP/2k3?
On Aug 15, 6:56 pm, "Ivan Brugiolo [MSFT]"
<ivanb...@online.microsoft.com> wrote:
- Posted by Ivan Brugiolo [MSFT] on August 15th, 2007
Let me be explicit:
you cannot load a mirror driver, for any purpose, in a TS-Session, before
Vista.
So, you cannot use EngCreateWnd to track a WNDOBJ, in a TS-Session,
before Vista
The only viable approach is to use WinEvents/Window-Hooks, and,
extracting the window region in user-mode.
--
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
<vkorol2005@gmail.com> wrote in message
news:1187196168.316213.55210@k79g2000hse.googlegro ups.com...