FingerLicense.getLicenseOwner Method

Module: FingerLicense

Definition

Retrieves the license owner.

@staticmethod
get_license_owner() -> str

Returns

str
The license owner.

Exceptions

An error has occurred during Finger Library execution.
static String getLicenseOwner()

Returns

String
The license owner.

Exceptions

An error has occurred during Finger Library execution.
public static string GetLicenseOwner()

Returns

string
The license owner.

Exceptions

An error has occurred during Finger Library execution.
public static String getLicenseOwner() throws FingerException

Returns

String
The license owner.

Exceptions

An error has occurred during Finger Library execution.
public static func getLicenseOwner() throws -> String

Returns

String
The license owner.

Exceptions

An error has occurred during Finger Library execution.
int id3FingerLicense_GetLicenseOwner (
    char * licenseOwner,
    int * licenseOwnerSize)

Parameters

licenseOwner char *
out The license owner.

licenseOwnerSize int *
in Size of the ‘licenseOwner’ buffer. Receives the minimum required buffer size to hold the ‘licenseOwner’ string if the given one is too small (including the terminating NULL character), otherwise receives the number of characters in ‘licenseOwner’ (excluding terminating NULL character).

Returns

int
An error code.
See id3FingerError file for the list of possible error codes.