M
Marcel Serour
hello
I would like to create a service that stays hidden from the user (the
idea is to stop the user from killing the service, so the client
specified to hide it)
I thought to create my service as a thread, passing
SERVICE_WIN32_SHARE_PROCESS instead of own process
but it is still creating it's own proccess.. anybody knows why that happens?
I'm installing the service using the win32 api (DLL imports..)
thanks
marcel
I would like to create a service that stays hidden from the user (the
idea is to stop the user from killing the service, so the client
specified to hide it)
I thought to create my service as a thread, passing
SERVICE_WIN32_SHARE_PROCESS instead of own process
but it is still creating it's own proccess.. anybody knows why that happens?
I'm installing the service using the win32 api (DLL imports..)
thanks
marcel