Back to Aurora Vision Library website

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

GetAvailableLicenses


Header: AVL.h
Namespace: avl
Module: FoundationLite

Reads available licenses in the system.

Syntax

C++
C#
 
void avl::GetAvailableLicenses
(
	atl::Array<avl::License>& outLicenses
)

Parameters

Name Type Default Description
Output value outLicenses Array<License>&

Multithreaded environment

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