VAN0 Posted December 20, 2015 Posted December 20, 2015 Hello.I'm trying convert a synchronous windows update search to asynchttps://msdn.microsoft.com/en-us/library/windows/desktop/aa386515(v=vs.85).aspxThis is synchronous:$updateSession = ObjCreate("Microsoft.Update.Session") $updateSearcher = $updateSession.CreateUpdateSearcher() $searchResult = $updateSearcher.Search("IsInstalled=1 Or IsInstalled=0") For async I need to use $updateSearcher.BeginSearch method, with a callback.Can someone please explain how this can be done in Autoit? Thank you.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now