Full Version

Navigation:  About MegaPipe ATL ActiveX > How to Use It >

Full Version

Previous pageReturn to chapter overviewNext page

Follow the instructions listed below to add the full version MegaPipe ATL ActiveX to your project:

 

1. Uninstall the trial version and complete the installation for the full version.

 

 

2.  The license key method SetKey should be called before you call any other MegaPipe method.

SetKey(BSTR lpKey, VARIANT_BOOL *ValidKey)

Parameters

Key

    10 digits license key obtained from us.

ValidKey

    If the license key is valid, the value of variable pointed to by ValidKey is VARIANT_TRUE, otherwise the value is VARIANT_FALSE.

 

Examples

[Visual Basic]

 

Dim ValidKey As Boolean

MegaPipeObj.SetKey("XXXXXX-XXXX", ValidKey)