|
GetCustomerEMailW |
Top Previous Next |
|
This function returns the customer's email address. Unicode version.
static WideString GetCustomerEMailW();
Parameters
No parameters.
Return value
Returns WideString value (Customer's email address).
Requirements
Library: IntelliProtectorDummy.dll Source: UnitIntelliProtector.h
Example
#include "UnitIntelliProtector.h" using namespace IntelliProtectorService; //... void TFormMain::ShowCustomerEMail() { // fill Customer's EMail address lCustomerEMail->Caption = CIntelliProtector::GetCustomerEMailW(); }
|
| Copyright © 2011 intelliprotector.com |