Back to FabImage Library Lite website

You are here: Start » System » Configuration » GetAvailableLicenses

GetAvailableLicenses


Header: FIL.h
Namespace: fil

Reads available licenses in the system.

Syntax

void fil::GetAvailableLicenses
(
	ftl::Array<fil::License>& outLicenses
)

Parameters

Name Type Default Description
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.