Feature request related to IsGenuineEx

Right now there's no way to know if IsGenuineEx will actually try to go out onto the internet to do a genuine check. This would happen if the days between checks (i.e., 90) has expired, or if the 5-hour delay (after TA_E_INET) has expired.

I'd like to know beforehand if the internet will be used so that either:- I can pop up a status window saying "Checking product key...", because the check might take several seconds, especially if there isn't an internet connection available. During this time the user might not know what's happening if there's no status window.- Or, I can specifically *not* pop up a status window, because it would disappear almost immediately, which looks a bit strange.

Know what I mean?