createdesktop

CreateDesktop() with vista and UAC on (C, windows)

I asked this in http://stackoverflow.com/questions/1188396/createdesktop-with-vista-uac-c-windows I set a bounty but in trying to vote down the only answer the "accept" was pressed by mistake (i've been awake for more than 48 hs). so I am asking it again. I'm using CreateDesktop() to create a temporary desktop where an application will...

How to use Windows Security Descriptor to prevent executing other applications?

Hi, In one of my recent questions about using CreateDesktop() API call to create a new desktop and execute my own application inside and prevent other applications to be executed in my Desktop someone pointed me to use security descriptors! Is someone here who could tell me how to do that? Thanks in advance! ...