-
Notifications
You must be signed in to change notification settings - Fork 0
mdz_ansi_alg_init
Maksym Dzyubenko edited this page Sep 7, 2024
·
2 revisions
Initializes mdz_ansi_alg library and license. This function should be called before any other function of the library.
mdz_bool mdz_ansi_alg_init(
const unsigned long* pnFirstNameHash,
const unsigned long* pnLastNameHash,
const unsigned long* pnEmailHash,
const unsigned long* pnLicenseHash);
Parameter | Description |
---|---|
pnFirstNameHash |
user first name hash code |
pnLastNameHash |
user last name hash code |
pnEmailHash |
user e-mail hash code |
pnLicenseHash |
license hash code |
Return | Description |
---|---|
mdz_true | if the initialization succeeded, otherwise mdz_false |
mdz_ansi_alg API Reference is generated using mdzApiRefGenerator.
mdz_ansi_alg functions
- Init functions
- Insert/remove functions
- Find functions
- Miscellaneous functions