Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "RegisterServiceProcess" in [All]

kernel32

.
Summary
The RegisterServiceProcess function registers or unregisters a service process. A service process continues to run after the user logs off.
.

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

.
Documentation
[RegisterServiceProcess] on MSDN

 
Access PInvoke.net directly from VS: