<< Click to Display Table of Contents >> Navigation: »No topics above this level« Cpu.GetLicenseStatus(UInt32, UInt32) Method |
Reads the license state.
[Visual Basic]
<CLSCompliant(IsCompliant:=False)> _
Public Overloads Sub GetLicenseStatus( _
ByVal whichState As UInt32, _
ByRef licStatus As UInt32 _
)
[C#]
[CLSCompliant(IsCompliant=False)]
public int GetLicenseStatus(
uint whichState,
ref uint licStatus
);
whichState
Optional parameter.
licStatus
The state of the license (0 ... OK; 1 ... license violation).
Zero on success.
Cpu Class | BR.AN.PviServices Namespace | Cpu.GetLicenseStatus Overload List
Generated from assembly BR.AN.PviServices [8.1.0.4]