Searched refs:service_status_handle (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/libpcap/rpcapd/
H A Dwin32-svc.c41 static SERVICE_STATUS_HANDLE service_status_handle; variable
135 service_status_handle = RegisterServiceCtrlHandler(PROGRAM_NAME, svc_control_handler);
137 if (!service_status_handle)
163 SetServiceStatus(service_status_handle, &service_status);

Completed in 102 milliseconds