GetCustomerNameW

Top  Previous  Next

This function returns the customer's name. Unicode version.

 

static WideString GetCustomerNameW();

 

Parameters

 

 No parameters.

 

Return value

 

 Returns WideString value (customer's name).

 

Requirements

 

 Library: IntelliProtectorDummy.dll

 Source: UnitIntelliProtector.h

 

Example

 

#include "UnitIntelliProtector.h"

using namespace IntelliProtectorService;

//...

void TFormMain::ShowCustomerName()

{

 // fill customer's name

 lCustomerName->Caption = CIntelliProtector::GetCustomerNameW();

}

 

 





Copyright © 2011 intelliprotector.com