I am using a library which is watching a NAS directory for changes using golang syscall on windows platform.
while making syscall.GetQueuedCompletionStatus I am getting value of qty as 0, I tried to check the syscall source code but not able to debug it.
Can anyone who haas worked on syscall help here?