Back to FabImage Library website

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

GetAvailableLicenses


Header: FIL.h
Namespace: fil
Module: FoundationLite

Reads available licenses in the system.

Syntax

C++
C#
 
void fil::GetAvailableLicenses
(
	ftl::Array<fil::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.