Connecting LM Server

Hi,

How can i check if a client is connected with the internet so i can test on IsGenuineResult.InternetError.I always get IsGenuineResult.NotGenuine with the function TurboActivate.IsGenuine although i am disconnected from the internet, even with the third and forth parameters with all the 4 combinations of true or false.Is TurboActivate.IsGenuine the correct way to communicate with the LM servers and will it generate a InternetError if a client is not connected to the internet.

Thanks

It depends on the parameters you pass to IsGenuine(). Don't use 0 nDaysBetweenChecks or nGracePeriod.

How can i check if a client is connected with the internet so i can test on IsGenuineResult.InternetError.

Don't disable network devices either. If you want to test without the internet then unplug the ethernet cable, or disconnect from the network.