Search found 2 matches

by asdf3344
Mon Sep 13, 2021 10:39 pm
Forum: Feature Requests
Topic: Is it possible to add the feature and let the user manually specify function return values?
Replies: 3
Views: 7059

Re: Is it possible to add the feature and let the user manually specify function return values?

I don't quite familiar with Windows APIs. What I'm interested in is networking related APIs. For example, the APIs apps use to check if network is available and then sending and receiving data. This way, we can essentially blocking it from accessing the network.
by asdf3344
Mon Aug 30, 2021 12:04 pm
Forum: Feature Requests
Topic: Is it possible to add the feature and let the user manually specify function return values?
Replies: 3
Views: 7059

Is it possible to add the feature and let the user manually specify function return values?

Hi, Is it possible to add the feature and let the user manually specify function return values? For example, there is a Windows API to get the IP address of the current computer, GetAdaptersAddresses() in specific. Programs often call this function to get the IP. What I want is a way to manually spe...