Search found 3 matches

by thorax
Fri Feb 01, 2008 5:59 am
Forum: Windows
Topic: SetKernelObjectSecurity() Problem
Replies: 0
Views: 1913

SetKernelObjectSecurity() Problem

I have still problems with the code below. The code should disable task killing by users without "power rights", but it's don't working :<
I get "OK" from ProtectProcess() but the process is not protected from task killing. Why?


Prototype cssdtsd(StringSecurityDescriptor.s,StringSDRevision ...
by thorax
Fri Feb 01, 2008 3:06 am
Forum: Coding Questions
Topic: German / Austrian to English help appreciated!
Replies: 6
Views: 1369

Can someone translate the German / Austrian portions of this?

Maybe this helps:



;Example how to shutdown or reboot LAN clients remotely
;Optional you can send also a message.
;Needs Administrator rights on client side.

#ERROR_SUCCESS = 0
#MAX_PATH = 260
#CSIDL_NETWORK = $12
#BIF ...
by thorax
Sun Jan 27, 2008 2:39 am
Forum: Coding Questions
Topic: DLL to change WMP visulizations on the fly.
Replies: 6
Views: 1850

Re: DLL to change WMP visulizations on the fly.

I was wondering if anyone could point me in the right direction or give me some info on how to change the visualizations in windows media player on the fly. i know i can change them in the registry but the changes dont take effect till the next run wmp is ran or its ocx. ams uses the wmp ocx to ...