DocumentLicense.getLicenseFileHardwareCode Method¶
Module: DocumentLicense
Definition¶
Retrieves the hardware code of the previously loaded license.
@staticmethod
get_license_file_hardware_code() -> str
Returns
strThe license hardware code.
Exceptions
An error has occurred during Document Library execution.
static String getLicenseFileHardwareCode()
Returns
StringThe license hardware code.
Exceptions
An error has occurred during Document Library execution.
public static string GetLicenseFileHardwareCode()
Returns
stringThe license hardware code.
Exceptions
An error has occurred during Document Library execution.
public static String getLicenseFileHardwareCode() throws DocumentException
Returns
StringThe license hardware code.
Exceptions
An error has occurred during Document Library execution.
public static func getLicenseFileHardwareCode() throws -> String
Returns
StringThe license hardware code.
Exceptions
An error has occurred during Document Library execution.
int id3DocumentLicense_GetLicenseFileHardwareCode (
char * licenseFileHardwareCode,
int * licenseFileHardwareCodeSize)
Parameters
licenseFileHardwareCodechar *out The license hardware code.licenseFileHardwareCodeSizeint *in Size of the ‘licenseFileHardwareCode’ buffer. Receives the minimum required buffer size to hold the ‘licenseFileHardwareCode’ string if the given one is too small (including the terminating NULL character), otherwise receives the number of characters in ‘licenseFileHardwareCode’ (excluding terminating NULL character).
Returns