IsSoftwareRegistered

Top  Previous  Next

Gets the value indicating the registration status of software.

 

static BOOL IsSoftwareRegistered();

 

Parameters

 

 No parameters.

 

Return value

 

 Returns TRUE if software is registered.

 Returns FALSE if software is not registered.

 

Requirements

 

 Header: IntelliProtector.h

 

Example

 

using namespace IntelliProtectorService;

// ...

 

void ViewSoftwareStatus()

{

 if(CIntelliProtector::IsSoftwareRegistered())

         AfxMessageBox(L"Software is registered.");

 else

         AfxMessageBox(L"Software is not registered.");

}

 

 

 





Copyright © 2015 IntelliProtector.com