service termination

  • Thread starter Thread starter its_me_here
  • Start date Start date
I

its_me_here

Guest
I have a Windows service that does some network operation like accessing WiFi. The service has to call WlanOpenHandle() API frequently and sometimes the service terminates which I suspect is around WlanOpenHandle(). Every time the API is called, it is closed by WlanCloseHandle(). Still the service is terminated sometimes. Is there any such issues with the API?

Continue reading...
 
Back
Top