l mailing lists I've
ever been on.
-Roy
- Original Message -
From: "Peter Guzis" <[EMAIL PROTECTED]>
To: "Roy Huggins" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, April 27, 2004 7:32 PM
Subject: RE: Screen Capture Desktop as Serv
CTED]
Sent: Tuesday, April 27, 2004 6:16 PM
To: Peter Guzis
Cc: [EMAIL PROTECTED]
Subject: Re: Screen Capture Desktop as Service
The service does seem to have a desktop. I know this because:
a) At least one guru has told me so. :)
b) When I invoke GetThreadDesktop() from my service, I get a valid retur
;Roy Huggins" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Tuesday, April 27, 2004 5:45 PM
Subject: RE: Screen Capture Desktop as Service
> AFAIK, services running in the LocalSystem context have no desktop of
which to speak. Creating an interactive environment (desktop)
AFAIK, services running in the LocalSystem context have no desktop of which to speak.
Creating an interactive environment (desktop) for something explicitly defined as
non-interactive (service) would serve no purpose.
Assuming there was a system desktop, what were you hoping to capture?
Peter
This is not a solution so much as part of the analysis: Services are
non-interactive processes as opposed to a logged in user is an
interactive process. What do you expect to see on the desktop of a
non-interactive session? If it is non-interactive, do you have a
desktop?
-Dgg
-Original Me