UnlockSupport method (IEPrint)

Visual Basic example

Visual C++ example

 

Syntax

short UnlockSupport (SupportLockConstants lSupportType, BSTR pszKey);

Overview

Refer to Unlocking ePrint Support.

Remarks

Unlocks support for the ePrint features.

This method must be called before most of the other toolkit functionality.

To determine whether ePrint support is locked, call the IsSupportLocked method.

If you have not purchased a copy of ePrint 5 COM and want to try it, you must unlock the Evaluation ePrint COM by passing the SUPPORT_EVAL value for the lSupportType parameter and pass an empty string for the pszKey parameter.

Unlocking the Evaluation ePrint COM allows you to use all the ePrint COM functionality during the evaluation period.

See Also

Elements:

IsSupportLocked method

Topics:

ePrint: Miscellaneous