Dear Gophers,

I use golang version 1.10 call windows api to get the specified name 
service status, i know golang/sys/windows have QueryServiceStatus() 
function , but return no process id.
And i see windows api doc: QueryServiceStatus() function has been 
superseded by the *QueryServiceStatusEx* 
<https://msdn.microsoft.com/en-us/library/windows/desktop/ms684941(v=vs.85).aspx>
 function.
So i want to call  QueryServiceStatusEx()  get service process id, but no 
function to implement it currently.
I write code to implement in my project, this feature whether need to add 
golang/sys/windows package?

Thanks for any help!

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to