Back to FabImage Library website
You are here: Start » Function Reference » System » Configuration » VerifyProjectID

VerifyProjectID
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationBasic |
Verifies a project ID.
Applications: This tools is useful for system integrators who need verification if a system is used with a license coming from a legitimate source.
Syntax
C++
C#
void fil::VerifyProjectID ( int inProjectID, bool inThrowError, bool& outIsLicenseValid )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() |
inProjectID | int | 0 - ![]() |
Project ID assigned to your license | |
![]() |
inThrowError | bool | |||
![]() |
outIsLicenseValid | bool& |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.