<< Click to Display Table of Contents >> Navigation: WinLicense > WinLicense SDK > Registration Functions > WLRegNetInstancesMax |
The WLRegNetInstancesMax function retrieves the maximum number of instances allowed in the current license.
int WLRegNetInstancesMax(void); |
function WLRegNetInstancesMax():Integer; stdcall; |
Public Declare Function WLRegNetInstancesMax Lib "WinLicenseSDK.dll" () As Integer |
[C#] [DllImport(WINLICENSE_SDK_DLL, CallingConvention = CallingConvention.StdCall)] public static extern int WLRegNetInstancesMax();
[Visual Basic] <DllImport("WinlicenseSDK.dll", CallingConvention:=CallingConvention.StdCall)> Public Shared Function WLRegNetInstancesMax() As Integer End Function |
Parameters
This function has no parameters.
Return Values
The return value is the maximum number of of instances allowed in the current license.
If the license has no network instances limit, the return value is zero.