Back to Aurora Vision Library website

You are here: Start » Function Reference » System » Configuration » VerifyProjectID

VerifyProjectID


Header: AVL.h
Namespace: avl
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 avl::VerifyProjectID
(
	int inProjectID,
	bool inThrowError,
	bool& outIsLicenseValid
)

Parameters

Name Type Range Default Description
Input value inProjectID int 0 - Project ID assigned to your license
Input value inThrowError bool
Output value outIsLicenseValid bool&

Multithreaded environment

This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.