Does anyone have an example of using winim / com to wait for a notification.
Windows docs refer to something called ExecNotificationQuery, but I can't find anything with that related to Nim.
I'm converting a python program and there is a WMI module that wraps this as well.
"Notification" is used in the winim code (github search) but nothing I could identify with returning data.
The goal is to watch a few servers for specific events (Win32_NTLogEvent) occurring.