ShowRegistrationWindow

Top  Previous  Next

This function invokes a registration pop-up window.

 

static void ShowRegistrationWindow();

 

Parameters

 

 No parameters.

 

Return value

 

 Returns nothing.

 

Requirements

 

 Library: IntelliProtectorDummy.dll

 Source: UnitIntelliProtector.h

 

Example

 

#include "UnitIntelliProtector.h"

using namespace IntelliProtectorService;

//...

void TFormMain::btnRegisterClick(TObject *Sender)

{

 CIntelliProtector::ShowRegistrationWindow();

}

 

 





Copyright © 2011 intelliprotector.com