.
The RegisterServiceProcess function registers or unregisters a service process. A service process continues to run after the user logs off.
5/10/2011 2:14:21 PM - -74.13.29.8
.
private extern static void RegisterServiceProcess(long dwProcessId, long dwType);
.
Declare Function RegisterServiceProcess Lib "kernel32.dll" (TODO) As TODO
.
Does Not work with XP and higher OS. "RegisterServiceProcess" is not part of Kernel32.dll
.