Interacting with winlogon Desktop of Windows Vista
- From: anhvu2005dn@xxxxxxxxx
- Date: Fri, 12 Oct 2007 07:05:48 -0000
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
.
- Prev by Date: Re: LookupAccountName Fail in some Vista
- Next by Date: MiniDriver Compression, Caching
- Previous by thread: LookupAccountName Fail in some Vista
- Next by thread: Re: Interacting with winlogon Desktop of Windows Vista
- Index(es):
Relevant Pages
|