<< Click to Display Table of Contents >> Navigation: WinLicense > WinLicense SDK > Trial Functions > WLTrialLockedCountry |
The WLTrialLockedCountry function retrieves the country code in which an application can be executed in trial mode.
int WLTrialLockedCountry(void); |
function WLTrialLockedCountry():Integer; stdcall; |
Public Declare Function WLTrialLockedCountry Lib "WinLicenseSDK.dll" () As Integer |
[C#] [DllImport(WINLICENSE_SDK_DLL, CallingConvention = CallingConvention.StdCall)] public static extern int WLTrialLockedCountry();
[Visual Basic] <DllImport("WinlicenseSDK.dll", CallingConvention:=CallingConvention.StdCall)> Public Shared Function WLTrialLockedCountry() As Integer End Function |
Parameters
This function has no parameters.
Return Values
The return value is the country code of the locked trial. To see a list of the possible country codes, check the country codes list.