SoftwareShield ClientProtector COM Component > ClientProtector (SSCProtector) Reference > REQUESTEDACTIVATEMETHOD

REQUESTEDACTIVATEMETHOD


The REQUESTEDACTIVATEMETHOD enumeration is used only in the event handler OnPrepareAutoActivate as a reference parameter only to identify the users choice for (copy-protection) activation method.

enum REQUESTEDACTIVATEMETHOD
{

RAM_MANUAL = 0,

RAM_AUTO = 1

};

 

Meaning:

RAM_MANUAL: This value should be used when the user wishes to do a "manual activation".   This could be a phone-in activation or simply that they already have an Activation Code and wish to manually enter it themselves.

RAM_AUTO: This value should be used when the user wishes to have the ClientProtector perform an automated Serial Number Code Exchange via an HTTP web-service communication with the CheckPoint server.
 

Related Topics