Interacting with winlogon Desktop of Windows Vista
- From: tran kien <tran kien@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 12 Oct 2007 00:04:00 -0700
Hi everybody,
Now I'm writing a software which interacts with winlogon Desktop of Vista. I
want to control winlogon desktop such as show a message box, draw a icon on
winlogon desktop...
But when I opendesktop(), I always meet a message: "Access is denied."
hDesktop = OpenDesktop(
TEXT("Winlogon"),
0,
FALSE,
DESKTOP_CREATEMENU |
DESKTOP_CREATEWINDOW |
DESKTOP_ENUMERATE |
DESKTOP_HOOKCONTROL |
DESKTOP_JOURNALPLAYBACK |
DESKTOP_JOURNALRECORD |
DESKTOP_READOBJECTS |
DESKTOP_SWITCHDESKTOP |
DESKTOP_WRITEOBJECTS |
READ_CONTROL |
WRITE_DAC |
WRITE_OWNER );
I make a windows service to run my program when logon. I don't know why it
show error "Access is denied."
If you know that, please show me. Thank you very much
.
- Follow-Ups:
- Re: Interacting with winlogon Desktop of Windows Vista
- From: Ivan Brugiolo [MSFT]
- Re: Interacting with winlogon Desktop of Windows Vista
- From: Norman Diamond
- Re: Interacting with winlogon Desktop of Windows Vista
- Prev by Date: Re: MsgWaitForMultipleObjects Acting Weird
- Next by Date: Re: Detecting OS loader lock
- Previous by thread: Detecting OS loader lock
- Next by thread: Re: Interacting with winlogon Desktop of Windows Vista
- Index(es):
Relevant Pages
|