|
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
Library: IntelliProtectorDummy.dll Source: UnitIntelliProtector.h
Example
#include "UnitIntelliProtector.h" using namespace IntelliProtectorService; //... void TFormMain::UpdateIntelliprotectorControls() { // fill lTrialStatus if(CIntelliProtector::IsSoftwareRegistered()) lTrialStatus->Caption = "yes"; else lTrialStatus->Caption = "no"; }
|
| Copyright © 2011 intelliprotector.com |