Registerserviceprocess

[DllImport("Kernel32.dll")][return: MarshalAs(UnmanagedType.Bool)]
public static extern bool RegisterServiceProcess(uint dwProcessId,
   uint dwServiceType
);

Last updated