mdz_string_init - maxdz-gmbh/mdz_string GitHub Wiki
Initializes mdz_string library. This function should be called before any other function of the library.
mdz_bool mdz_string_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 |