From: oxd on
Hello,
I am developing windows service that loads other dll libraries. On start
up the service allocate some memory and load some libraries. But I do
not know when I can run deinitialize routine (dealocate memory and free
allocated resources). Do the service receive any message before it is
destroy and remove from memory by OS?

Thanks,
/oxd/