Hi all, I'm wondering how to do some sort of loop to be able to check all currently opened sockets. If possible knowing the process which they belong to. Any hints are welcome.
Best regards, Bruno
Assuming you speak of doing this within the Win32 environment with Windows APIs, I believe the only method available to the public is through WMI queries. If my assumption was wrong and you want a WINE-specific method, then sorry, I can't help you.
On 12 November 2014 18:10, Bruno Jesus 00cpxxx@gmail.com wrote:
Hi all, I'm wondering how to do some sort of loop to be able to check all currently opened sockets. If possible knowing the process which they belong to. Any hints are welcome.
Best regards, Bruno
On Wednesday, November 12, 2014, David Quintana (gigaherz) < gigaherz@gmail.com> wrote:
Assuming you speak of doing this within the Win32 environment with Windows APIs, I believe the only method available to the public is through WMI queries. If my assumption was wrong and you want a WINE-specific method, then sorry, I can't help you.
Hi, thanks for the reply. I'm sorry I was not very specific, I'm talking about how to do it from inside the wine server using its own methods.