mdz_unicode_init - maxdz-gmbh/mdz_unicode GitHub Wiki
Initializes unicode library. This function should be called before any other function of the library.
mdz_bool mdz_unicode_init(
const uint32_t* pFirstNameHash,
const uint32_t* pLastNameHash,
const uint32_t* pEmailHash,
const uint32_t* pLicenseHash);
| Parameter | Description |
|---|---|
pFirstNameHash |
user first name hash code |
pLastNameHash |
user last name hash code |
pEmailHash |
user e-mail hash code |
pLicenseHash |
license hash code |
| Return | Description |
|---|---|
| mdz_true | if the initialization has succeed, otherwise false |