VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Remove application from CTRL-ALT-DEL list

Anonymous  (267 Submissions)   Windows System Services   Visual Basic 4.0 (32-bit)   Unknown Difficulty   Mon 1st November 1999   Mon 8th February 2021

Remove application from CTRL-ALT-DEL list

API Declarations


Public Declare Function GetCurrentProcess Lib "kernel32" () As Long
Public Declare Function RegisterServiceProcess Lib "kernel32" (ByVal dwProcessID As Long, ByVal dwType As Long) As Long
Public Const RSP_SIMPLE_SERVICE = 1
Public Const RSP_UNREGISTER_SERVICE = 0

Rate Remove application from CTRL-ALT-DEL list (1(1 Vote))
Remove application from CTRL-ALT-DEL list.bas

Remove application from CTRL-ALT-DEL list Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters