FingerLicense.getLicensePath Method

Module: FingerLicense

Definition

Retrieves the license path.

@staticmethod
get_license_path() -> str

Returns

str
The license path.

Exceptions

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

Returns

String
The license path.

Exceptions

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

Returns

string
The license path.

Exceptions

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

Returns

String
The license path.

Exceptions

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

Returns

String
The license path.

Exceptions

An error has occurred during Finger Library execution.
int id3FingerLicense_GetLicensePath (
    char * licensePath,
    int * licensePathSize)

Parameters

licensePath char *
out The license path.

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

Returns

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