QD_GetLicenses

QD_GetLicenses(totalSeats; occupiedSeats; productCodes; productSeats):error
totalSeats Longint Total number of seats
occupiedSeats Longint Currently occupied seats
productCodes Array text Product code of each expansion pack
productSeats Array longint Seats added by each expansion pack
error Longint Error result

Get the status of QDrop licenses in a client/server installation

Parameter totalSeats receives the number of seats registered.

Parameter occupiedSeats receives the number of seats currently occupied.

Parameters productCodes and productSeats are arrays that receive the product codes of Server Expansion keys and the number of seats contributed by each. The sum of the productSeats array should be equal to totalSeats.