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