[go-nuts] Re: Access COM interfaces, methods from whip.dll

2017-03-01 Thread Irish Go
Sorry, i meant external libs like cgo or go-ole... On Wednesday, March 1, 2017 at 3:04:36 PM UTC, Irish Go wrote: > > Hi There, > > Is there any way to access using syscall, interfaces and > methods/properties from wuapi.dll (Windows Update Agent) just using the > standard sys

[go-nuts] Access COM interfaces, methods from whip.dll

2017-03-01 Thread Irish Go
Hi There, Is there any way to access using syscall, interfaces and methods/properties from wuapi.dll (Windows Update Agent) just using the standard syscall lib. (without using any external libs like cog or go-ole)? The aim is to retrieve a list of updates/hotfixes installed on a server. Any ti