ClassesClassesClassesClasses | | | | Operators

notification_register_extpacknotification_register_extpackNotificationRegisterExtpacknotification_register_extpackNotificationRegisterExtpackNotificationRegisterExtpack (Operator)

Name

notification_register_extpacknotification_register_extpackNotificationRegisterExtpacknotification_register_extpackNotificationRegisterExtpackNotificationRegisterExtpack — Registers this Extension Package for full commercial usage within a company.

Signature

notification_register_extpack( : : CompanyName, LicenseKey : )

Herror notification_register_extpack(const char* CompanyName, const char* LicenseKey)

Herror T_notification_register_extpack(const Htuple CompanyName, const Htuple LicenseKey)

Herror notification_register_extpack(const HTuple& CompanyName, const HTuple& LicenseKey)

void NotificationRegisterExtpack(const HTuple& CompanyName, const HTuple& LicenseKey)

void HNotificationX.NotificationRegisterExtpack(
[in] VARIANT CompanyName, [in] VARIANT LicenseKey)

static void HNotification.NotificationRegisterExtpack(HTuple companyName, HTuple licenseKey)

Description

notification_register_extpacknotification_register_extpackNotificationRegisterExtpacknotification_register_extpackNotificationRegisterExtpackNotificationRegisterExtpack registers this Extension Package for full commercial usage within a company.

We recommend calling this operator at the beginning of a script such that subsequent operators of this extension package will be run without restrictions of the demo version.

To obtain a commercial license for this extension package, please visit http://www.heindl-solutions.com/extpack/notification

or contact us by mail to notification-extpack@heindl-solutions.com .

Find more information about the Notification extension package in the introduction to this chapter.

Parallelization

Parameters

CompanyNameCompanyNameCompanyNameCompanyNameCompanyNamecompanyName (input_control)  string HTupleHTupleHTupleVARIANTHtuple (string) (string) (HString) (char*) (BSTR) (char*)

company name

LicenseKeyLicenseKeyLicenseKeyLicenseKeyLicenseKeylicenseKey (input_control)  string HTupleHTupleHTupleVARIANTHtuple (string) (string) (HString) (char*) (BSTR) (char*)

license key

Module

Foundation


ClassesClassesClassesClasses | | | | Operators