Cryptlex Forums

How to retrieve the Field Value using your GetCustomLicenseField() function in C++

A
Arsancube

What is the workable String Type for strtype? So as to get the fieldValue. Thank you.
STRTYPE fieldValue

C
Cryptlex Support

You can use a simple string:

char buffer[256];

If on Windows use

wchar_t buffer[256];

← Back to all topics · 2 posts · 831 views · opened 2017-01-05